library(here)
## here() starts at /Volumes/GoogleDrive/Shared drives/Nami Dissertation/WORCS project
knitr::opts_chunk$set(
error = TRUE,
message = TRUE,
warning = TRUE
)
ggplot2::theme_set(ggplot2::theme_bw())
library(codebook)
codebook_data <- rio::import(here("data/Study1b_public.rds"))
codebook(codebook_data)
## Warning in doTryCatch(return(expr), name, parentenv, handler): Reliability CIs
## could not be computed for control_intimidation_mean
## Warning in doTryCatch(return(expr), name, parentenv, handler): missing value
## where TRUE/FALSE needed
## Warning in value[[3L]](cond): Reliability could not be computed for
## control_intimidation_mean
## Warning in value[[3L]](cond): missing value where TRUE/FALSE needed
## Loading required namespace: GPArotation
## Warning in doTryCatch(return(expr), name, parentenv, handler): Reliability CIs
## could not be computed for control_threats_mean
## Warning in doTryCatch(return(expr), name, parentenv, handler): missing value
## where TRUE/FALSE needed
## Warning in value[[3L]](cond): Reliability could not be computed for
## control_threats_mean
## Warning in value[[3L]](cond): missing value where TRUE/FALSE needed
## Warning in doTryCatch(return(expr), name, parentenv, handler): Reliability CIs
## could not be computed for abuse_physical_mean
## Warning in doTryCatch(return(expr), name, parentenv, handler): missing value
## where TRUE/FALSE needed
## Warning in value[[3L]](cond): Reliability could not be computed for
## abuse_physical_mean
## Warning in value[[3L]](cond): missing value where TRUE/FALSE needed
## Warning in min.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to min; returning Inf
## Warning in min.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to min; returning Inf
## Warning in max.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to max; returning -Inf
## Warning in max.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to max; returning -Inf
## Warning in min.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to min; returning Inf
## Warning in min.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to min; returning Inf
## Warning in max.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to max; returning -Inf
## Warning in max.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to max; returning -Inf
Dataset name: codebook_data
The dataset has N=327 rows and 205 columns. 0 rows have no missing values on any column.
|
#Variables
Start Date
## No non-missing values to show.
327 missing values.
## Warning in min.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to min; returning Inf
## Warning in max.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to max; returning -Inf
| name | label | data_type | n_missing | complete_rate | n_unique |
|---|---|---|---|---|---|
| StartDate | Start Date | POSIXct | 327 | 0 | 0 |
End Date
## No non-missing values to show.
327 missing values.
## Warning in min.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to min; returning Inf
## Warning in max.default(structure(c(NA_real_, NA_real_, NA_real_, NA_real_, : no
## non-missing arguments to max; returning -Inf
| name | label | data_type | n_missing | complete_rate | n_unique |
|---|---|---|---|---|---|
| EndDate | End Date | POSIXct | 327 | 0 | 0 |
Participant ID
Distribution of values for id
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| id | Participant ID | numeric | 0 | 1 | 301 | 385 | 983 | 389.3242 | 62.17272 | ▇▂▁▁▁ |
Visit Number
Distribution of values for visit
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| visit | Visit Number | numeric | 0 | 1 | 1 | 2 | 3 | 1.987768 | 0.8251251 | ▇▁▇▁▇ |
Gender
Distribution of values for gender
0 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| gender | Gender | factor | FALSE | 1. Male, 2. Female |
0 | 1 | 2 | Fem: 254, Mal: 73 |
Age
Distribution of values for age
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| age | Age | numeric | 0 | 1 | 18 | 20 | 29 | 20.35168 | 2.033882 | ▇▃▁▁▁ |
Race
Distribution of values for race
0 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| race | Race | factor | FALSE | 1. American Indian, 2. White/Caucasian, 3. Other (specify), 4. African-American, 5. Asian/Pacific Islander |
0 | 1 | 4 | Whi: 264, Asi: 29, Oth: 17, Afr: 17 |
Hispanic
Distribution of values for hispanic
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| hispanic | Hispanic | numeric | 0 | 1 | 1 | 1 | 2 | 1.140673 | 0.3482165 | ▇▁▁▁▁ |
MacArthur Scale of Subjective Social Status
Distribution of values for ladder
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| ladder | MacArthur Scale of Subjective Social Status | numeric | 0 | 1 | 2 | 7 | 11 | 7.162079 | 1.455274 | ▁▂▇▇▁ |
Still exclusively dating the same person from visit 1
Distribution of values for same
113 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| same | Still exclusively dating the same person from visit 1 | numeric | 113 | 0.6544343 | 0 | 1 | 1 | 0.9299065 | 0.2559031 | ▁▁▁▁▇ |
Not currently dating with anyone right now
Distribution of values for ex
113 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| ex | Not currently dating with anyone right now | numeric | 113 | 0.6544343 | 0 | 0 | 1 | 0.046729 | 0.2115526 | ▇▁▁▁▁ |
Dating with a different person from visit 1
Distribution of values for new
113 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| new | Dating with a different person from visit 1 | numeric | 113 | 0.6544343 | 0 | 0 | 1 | 0.0233645 | 0.1514124 | ▇▁▁▁▁ |
Heart Manikin
Distribution of values for heart
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| heart | Heart Manikin | haven_labelled | 0 | 1 | 2 | 7 | 9 | 7.152905 | 1.517136 | 10 | ▁▁▁▂▅▇▇▆ |
| name | value |
|---|---|
| lonely, rejected, isolated, disconnected | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| 9 | 9 |
| cared for, accepted, loved, connected | 10 |
Valence Self-Assessment Manikin
Distribution of values for valence
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| valence | Valence Self-Assessment Manikin | haven_labelled | 0 | 1 | 2 | 7 | 9 | 6.519878 | 1.448101 | 10 | ▁▁▂▃▅▇▃▂ |
| name | value |
|---|---|
| unhappy, annoyed, unsatisfied, bored | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| 9 | 9 |
| happy, pleased, satisfied, hopeful | 10 |
Please indicate the degree of happiness, all things considered, of your relationship with your ex-romantic partner during the past four weeks.
Distribution of values for couples_satisfaction_EX1
323 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| couples_satisfaction_EX1 | Please indicate the degree of happiness, all things considered, of your relationship with your ex-romantic partner during the past four weeks. | haven_labelled | 323 | 0.0122324 | 0 | 3 | 3 | 2.25 | 1.5 | 7 | ▂▁▁▁▁▁▁▇ |
| name | value |
|---|---|
| Extremely Unhappy | 0 |
| Fairly Unhappy | 1 |
| A little Unhappy | 2 |
| Happy | 3 |
| Very Happy | 4 |
| Extremely Happy | 5 |
| Perfect | 6 |
I had a warm and comfortable relationship with my ex-romantic partner during the past four weeks
Distribution of values for couples_satisfaction_EX2
323 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| couples_satisfaction_EX2 | I had a warm and comfortable relationship with my ex-romantic partner during the past four weeks | haven_labelled | 323 | 0.0122324 | 1 | 3.5 | 4 | 3 | 1.414214 | 7 | ▃▁▁▁▁▃▁▇ |
| name | value |
|---|---|
| Extremely Unhappy | 0 |
| Fairly Unhappy | 1 |
| A little Unhappy | 2 |
| Happy | 3 |
| Very Happy | 4 |
| Extremely Happy | 5 |
| Perfect | 6 |
How rewarding was your relationship with your ex-romantic partner during the past four weeks?
Distribution of values for couples_satisfaction_EX3
323 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| couples_satisfaction_EX3 | How rewarding was your relationship with your ex-romantic partner during the past four weeks? | haven_labelled | 323 | 0.0122324 | 1 | 2.5 | 4 | 2.5 | 1.290994 | 7 | ▇▁▇▁▁▇▁▇ |
| name | value |
|---|---|
| Extremely Unhappy | 0 |
| Fairly Unhappy | 1 |
| A little Unhappy | 2 |
| Happy | 3 |
| Very Happy | 4 |
| Extremely Happy | 5 |
| Perfect | 6 |
In general, how satisfied were you with your relationship with your ex-romantic partner during the past four weeks?
Distribution of values for couples_satisfaction_EX4
323 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| couples_satisfaction_EX4 | In general, how satisfied were you with your relationship with your ex-romantic partner during the past four weeks? | numeric | 323 | 0.0122324 | 2 | 2.5 | 3 | 2.5 | 0.5773503 | ▇▁▁▁▇ |
Please choose the picture above that best describes your relationship with your partner.
Distribution of values for IOS
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| IOS | Please choose the picture above that best describes your relationship with your partner. | numeric | 0 | 1 | 1 | 5 | 7 | 4.896025 | 1.285197 | ▁▂▅▇▇ |
Call your romantic partner a name and/or criticized him/her
Distribution of values for abuse_psychological1
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_psychological1 | Call your romantic partner a name and/or criticized him/her | haven_labelled | 0 | 1 | 1 | 1 | 5 | 1.556575 | 0.7527116 | 5 | ▇▅▁▁▁▁▁▁ |
| name | value |
|---|---|
| Never | 1 |
| Rarly | 2 |
| Sometimes | 3 |
| Often | 4 |
| Very Often | 5 |
Give your romantic partner angry stares or looks
Distribution of values for abuse_psychological2
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_psychological2 | Give your romantic partner angry stares or looks | haven_labelled | 0 | 1 | 1 | 1 | 4 | 1.547401 | 0.7114646 | 5 | ▇▁▅▁▁▂▁▁ |
| name | value |
|---|---|
| Never | 1 |
| Rarly | 2 |
| Sometimes | 3 |
| Often | 4 |
| Very Often | 5 |
Put down your romantic partner’s family and friends
Distribution of values for abuse_psychological3
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_psychological3 | Put down your romantic partner‚Äôs family and friends | haven_labelled | 0 | 1 | 1 | 1 | 4 | 1.211009 | 0.5028763 | 5 | ▇▁▂▁▁▁▁▁ |
| name | value |
|---|---|
| Never | 1 |
| Rarly | 2 |
| Sometimes | 3 |
| Often | 4 |
| Very Often | 5 |
Try to keep your romantic partner from doing something he/she wanted to do (e.g., going out with friends, going to meetings)
Distribution of values for abuse_psychological4
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_psychological4 | Try to keep your romantic partner from doing something he/she wanted to do (e.g., going out with friends, going to meetings) | haven_labelled | 0 | 1 | 1 | 1 | 4 | 1.198777 | 0.507851 | 5 | ▇▁▁▁▁▁▁▁ |
| name | value |
|---|---|
| Never | 1 |
| Rarly | 2 |
| Sometimes | 3 |
| Often | 4 |
| Very Often | 5 |
End a discussion with your romantic partner and made the decision yourself
Distribution of values for abuse_psychological5
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_psychological5 | End a discussion with your romantic partner and made the decision yourself | haven_labelled | 0 | 1 | 1 | 1 | 4 | 1.425077 | 0.7134002 | 5 | ▇▁▂▁▁▁▁▁ |
| name | value |
|---|---|
| Never | 1 |
| Rarly | 2 |
| Sometimes | 3 |
| Often | 4 |
| Very Often | 5 |
Accuse your romantic partner of paying too much attention to someone or something else
Distribution of values for abuse_psychological6
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_psychological6 | Accuse your romantic partner of paying too much attention to someone or something else | haven_labelled | 0 | 1 | 1 | 1 | 5 | 1.400612 | 0.7358478 | 5 | ▇▂▁▁▁▁▁▁ |
| name | value |
|---|---|
| Never | 1 |
| Rarly | 2 |
| Sometimes | 3 |
| Often | 4 |
| Very Often | 5 |
Check up on your romantic partner (e.g., listened to your romantic partner’s phone calls, checked the mileage on your romantic partner’s car, called your romantic partner repeatedly at work)
Distribution of values for abuse_psychological7
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_psychological7 | Check up on your romantic partner (e.g., listened to your romantic partner‚Äôs phone calls, checked the mileage on your romantic partner‚Äôs car, called your romantic partner repeatedly at work) | haven_labelled | 0 | 1 | 1 | 1 | 5 | 1.244648 | 0.7230392 | 5 | ▇▁▁▁▁▁▁▁ |
| name | value |
|---|---|
| Never | 1 |
| Rarly | 2 |
| Sometimes | 3 |
| Often | 4 |
| Very Often | 5 |
Tell your romantic partner that he/she was a bad person
Distribution of values for abuse_psychological8
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_psychological8 | Tell your romantic partner that he/she was a bad person | haven_labelled | 0 | 1 | 1 | 1 | 5 | 1.079511 | 0.4142134 | 5 | ▇▁▁▁▁▁▁▁ |
| name | value |
|---|---|
| Never | 1 |
| Rarly | 2 |
| Sometimes | 3 |
| Often | 4 |
| Very Often | 5 |
Say things to scare your romantic partner
Distribution of values for abuse_psychological9
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_psychological9 | Say things to scare your romantic partner | haven_labelled | 0 | 1 | 1 | 1 | 5 | 1.116208 | 0.441637 | 5 | ▇▁▁▁▁▁▁▁ |
| name | value |
|---|---|
| Never | 1 |
| Rarly | 2 |
| Sometimes | 3 |
| Often | 4 |
| Very Often | 5 |
Prevent your romantic partner from having money for his/her own use
Distribution of values for abuse_psychological10
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_psychological10 | Prevent your romantic partner from having money for his/her own use | haven_labelled | 0 | 1 | 1 | 1 | 5 | 1.04893 | 0.3724283 | 5 | ▇▁▁▁▁▁▁▁ |
| name | value |
|---|---|
| Never | 1 |
| Rarly | 2 |
| Sometimes | 3 |
| Often | 4 |
| Very Often | 5 |
Make your romantic partner do something humiliating or degrading
Distribution of values for abuse_psychological11
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_psychological11 | Make your romantic partner do something humiliating or degrading | haven_labelled | 0 | 1 | 1 | 1 | 5 | 1.027523 | 0.2523041 | 5 | ▇▁▁▁▁▁▁▁ |
| name | value |
|---|---|
| Never | 1 |
| Rarly | 2 |
| Sometimes | 3 |
| Often | 4 |
| Very Often | 5 |
Which of the pictures below best represents you?
Distribution of values for body_image
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| body_image | Which of the pictures below best represents you? | haven_labelled | 0 | 1 | 1 | 4 | 7 | 3.847095 | 1.338842 | 9 | ▁▅▇▇▁▅▂▁ |
| name | value |
|---|---|
| BMI 17 | 1 |
| BMI 19 | 2 |
| BMI 22 | 3 |
| BMI 24 | 4 |
| BMI 26 | 5 |
| BMI 29 | 6 |
| BMI 33 | 7 |
| BMI 37 | 8 |
| BMI 40 | 9 |
Distribution of values for exercise1
0 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| exercise1 | numeric | 0 | 1 | 0 | 2 | 15 | 2.229358 | 2.191589 | ▇▂▁▁▁ | NA |
Distribution of values for exercise2
1 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| exercise2 | numeric | 1 | 0.9969419 | 0 | 3 | 30 | 3.242331 | 3.517803 | ▇▁▁▁▁ | NA |
Distribution of values for exercise3
1 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| exercise3 | numeric | 1 | 0.9969419 | 0 | 5 | 60 | 5.552147 | 6.213785 | ▇▁▁▁▁ | NA |
Distribution of values for exercise4
0 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| exercise4 | numeric | 0 | 1 | 1 | 2 | 3 | 1.929664 | 0.7459137 | ▆▁▇▁▅ | NA |
My sleep quality was:
Distribution of values for sleep1
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| sleep1 | My sleep quality was: | haven_labelled | 0 | 1 | 2 | 5 | 6 | 4.455658 | 0.8272711 | 5 | ▁▂▁▆▁▇▁▁ |
| name | value |
|---|---|
| Very poor | 1 |
| Poor | 2 |
| Fair | 3 |
| Good | 4 |
| Very good | 5 |
My sleep was refreshing.
Distribution of values for sleep2
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| sleep2 | My sleep was refreshing. | haven_labelled | 0 | 1 | 1 | 3 | 5 | 3.269113 | 0.9173148 | 5 | ▁▃▁▇▁▇▁▁ |
| name | value |
|---|---|
| Not at all | 1 |
| A little bit | 2 |
| Somewhat | 3 |
| Quite a bit | 4 |
| Very much | 5 |
I had a problem with my sleep.
Distribution of values for sleep3
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| sleep3 | I had a problem with my sleep. | haven_labelled | 0 | 1 | 1 | 2 | 5 | 2.17737 | 1.038688 | 5 | ▆▇▁▅▁▂▁▁ |
| name | value |
|---|---|
| Not at all | 1 |
| A little bit | 2 |
| Somewhat | 3 |
| Quite a bit | 4 |
| Very much | 5 |
I had difficulty falling asleep.
Distribution of values for sleep4
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| sleep4 | I had difficulty falling asleep. | haven_labelled | 0 | 1 | 1 | 2 | 5 | 2.051988 | 1.079815 | 5 | ▇▇▁▃▁▂▁▁ |
| name | value |
|---|---|
| Not at all | 1 |
| A little bit | 2 |
| Somewhat | 3 |
| Quite a bit | 4 |
| Very much | 5 |
To what extent do you agree with the statement: I am a narcissist.
Distribution of values for narcissism
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| narcissism | To what extent do you agree with the statement: I am a narcissist. | haven_labelled | 0 | 1 | 1 | 2 | 7 | 2.636086 | 1.312626 | 7 | ▅▇▅▃▁▂▁▁ |
| name | value |
|---|---|
| Not very true of me | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| Very true of me | 7 |
STRENUOUS EXERCISE - Average times per week during the past month (for more than 15 minutes at once):
Distribution of values for raw_exercise1
0 missing values.
| name | label | data_type | n_missing | complete_rate | n_unique | empty | min | max | whitespace |
|---|---|---|---|---|---|---|---|---|---|
| raw_exercise1 | STRENUOUS EXERCISE - Average times per week during the past month (for more than 15 minutes at once): | character | 0 | 1 | 12 | 0 | 1 | 2 | 0 |
MODERATE EXERCISE - Average times per week during the past month (for more than 15 minutes at once):
Distribution of values for raw_exercise2
0 missing values.
| name | label | data_type | n_missing | complete_rate | n_unique | empty | min | max | whitespace |
|---|---|---|---|---|---|---|---|---|---|
| raw_exercise2 | MODERATE EXERCISE - Average times per week during the past month (for more than 15 minutes at once): | character | 0 | 1 | 17 | 0 | 1 | 3 | 0 |
MILD EXERCISE - Average times per week during the past month (for more than 15 minutes at once):
Distribution of values for raw_exercise3
0 missing values.
| name | label | data_type | n_missing | complete_rate | n_unique | empty | min | max | whitespace |
|---|---|---|---|---|---|---|---|---|---|
| raw_exercise3 | MILD EXERCISE - Average times per week during the past month (for more than 15 minutes at once): | character | 0 | 1 | 18 | 0 | 1 | 3 | 0 |
During the last 4 weeks, in your leisure time, how often did you engage in any regular activity long enough to work up a sweat (heart beats rapidly)?
Distribution of values for raw_exercise4
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| raw_exercise4 | During the last 4 weeks, in your leisure time, how often did you engage in any regular activity long enough to work up a sweat (heart beats rapidly)? | numeric | 0 | 1 | 1 | 2 | 3 | 1.929664 | 0.7459137 | ▆▁▇▁▅ |
Reliability: .
Missing: 0.
Likert plot of scale PROMIS_isolation_sum items
Distribution of scale PROMIS_isolation_sum
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | PROMIS_isolation1, PROMIS_isolation2, PROMIS_isolation3, PROMIS_isolation4, PROMIS_isolation5, PROMIS_isolation6, PROMIS_isolation7 & PROMIS_isolation8 |
| Observations: | 327 |
| Positive correlations: | 28 |
| Number of correlations: | 28 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.90 |
| Omega (hierarchical): | 0.66 |
| Revelle’s Omega (total): | 0.90 |
| Greatest Lower Bound (GLB): | 0.88 |
| Coefficient H: | 0.92 |
| Coefficient Alpha: | 0.88 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
4.434, 1.003, 0.74, 0.579, 0.383, 0.346, 0.281 & 0.234
| TC1 | TC2 | |
|---|---|---|
| PROMIS_isolation1 | 0.750 | 0.140 |
| PROMIS_isolation2 | 0.832 | 0.016 |
| PROMIS_isolation3 | 0.876 | -0.026 |
| PROMIS_isolation4 | 0.858 | -0.012 |
| PROMIS_isolation5 | 0.826 | -0.023 |
| PROMIS_isolation6 | -0.001 | 0.994 |
| PROMIS_isolation7 | 0.585 | 0.019 |
| PROMIS_isolation8 | 0.797 | -0.066 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PROMIS_isolation1 | 2.1131 | 2 | 0.616 | 0.7849 | 1 | 0.0434 | 1 | 1 | 3 | 4 | 0.181 | -0.5848 | 0.1391 | 327 | 0 | 327 |
| PROMIS_isolation2 | 2.0948 | 2 | 0.9266 | 0.9626 | 2 | 0.0532 | 1 | 1 | 3 | 5 | 0.4942 | -0.6458 | 0.1606 | 327 | 0 | 327 |
| PROMIS_isolation3 | 2 | 2 | 0.8528 | 0.9235 | 2 | 0.0511 | 1 | 1 | 3 | 5 | 0.6349 | -0.3382 | 0.1728 | 327 | 0 | 327 |
| PROMIS_isolation4 | 2.0153 | 2 | 0.9353 | 0.9671 | 2 | 0.0535 | 1 | 1 | 3 | 5 | 0.6449 | -0.31 | 0.1667 | 327 | 0 | 327 |
| PROMIS_isolation5 | 1.7982 | 2 | 0.7444 | 0.8628 | 1 | 0.0477 | 1 | 1 | 3 | 5 | 0.9497 | 0.3986 | 0.1896 | 327 | 0 | 327 |
| PROMIS_isolation6 | 2.9878 | 3 | 0.0244 | 0.1562 | 0 | 0.0086 | 1 | 2 | 4 | 4 | -7.8659 | 99.4883 | 0.0046 | 327 | 0 | 327 |
| PROMIS_isolation7 | 1.5657 | 1 | 0.5593 | 0.7479 | 1 | 0.0414 | 1 | NA | 2 | 5 | 1.3895 | 2.0577 | 0.1713 | 327 | 0 | 327 |
| PROMIS_isolation8 | 2.0122 | 2 | 0.9385 | 0.9688 | 2 | 0.0536 | 1 | 1 | 3 | 5 | 0.7698 | -0.0671 | 0.1758 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PROMIS_isolation1 | I felt left out. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 2 | 4 | 2.113150 | 0.7848517 | 5 | ▃▁▇▁▁▅▁▁ |
| PROMIS_isolation2 | I felt that people barely know me. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 2 | 5 | 2.094801 | 0.9625840 | 5 | ▇▇▁▅▁▂▁▁ |
| PROMIS_isolation3 | I felt isolated from others. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 2 | 5 | 2.000000 | 0.9234505 | 5 | ▇▇▁▅▁▂▁▁ |
| PROMIS_isolation4 | I felt that people were around me but not with me. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 2 | 5 | 2.015290 | 0.9671341 | 5 | ▇▇▁▅▁▂▁▁ |
| PROMIS_isolation5 | I felt isolated even when I was not alone. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 2 | 5 | 1.798165 | 0.8627942 | 5 | ▇▇▁▂▁▁▁▁ |
| PROMIS_isolation6 | I felt that people avoided talking to me. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 3 | 4 | 2.987768 | 0.1561723 | 5 | ▁▁▁▁▁▇▁▁ |
| PROMIS_isolation7 | I felt detached from other people. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 1 | 5 | 1.565749 | 0.7478730 | 5 | ▇▅▁▁▁▁▁▁ |
| PROMIS_isolation8 | I felt like a stranger to those around me. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 2 | 5 | 2.012232 | 0.9687622 | 5 | ▇▇▁▃▁▂▁▁ |
Reliability: .
Missing: 0.
Likert plot of scale PROMIS_emotional_sum items
Distribution of scale PROMIS_emotional_sum
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | PROMIS_emotional1, PROMIS_emotional2, PROMIS_emotional3, PROMIS_emotional4, PROMIS_emotional5, PROMIS_emotional6, PROMIS_emotional7 & PROMIS_emotional8 |
| Observations: | 327 |
| Positive correlations: | 28 |
| Number of correlations: | 28 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.95 |
| Omega (hierarchical): | 0.81 |
| Revelle’s Omega (total): | 0.95 |
| Greatest Lower Bound (GLB): | 0.95 |
| Coefficient H: | 0.94 |
| Coefficient Alpha: | 0.92 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
5.322, 0.698, 0.607, 0.424, 0.349, 0.249, 0.18 & 0.171
| PC1 | |
|---|---|
| PROMIS_emotional1 | 0.820 |
| PROMIS_emotional2 | 0.859 |
| PROMIS_emotional3 | 0.767 |
| PROMIS_emotional4 | 0.825 |
| PROMIS_emotional5 | 0.729 |
| PROMIS_emotional6 | 0.868 |
| PROMIS_emotional7 | 0.769 |
| PROMIS_emotional8 | 0.875 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PROMIS_emotional1 | 4.5505 | 5 | 0.4016 | 0.6337 | 1 | 0.035 | 2 | 4 | NA | 5 | -1.3915 | 2.0596 | 0.1667 | 327 | 0 | 327 |
| PROMIS_emotional2 | 4.5382 | 5 | 0.4579 | 0.6767 | 1 | 0.0374 | 2 | 4 | NA | 5 | -1.5142 | 2.2829 | 0.1544 | 327 | 0 | 327 |
| PROMIS_emotional3 | 4.5627 | 5 | 0.4493 | 0.6703 | 1 | 0.0371 | 2 | 4 | NA | 5 | -1.5527 | 2.2346 | 0.1407 | 327 | 0 | 327 |
| PROMIS_emotional4 | 4.6881 | 5 | 0.3319 | 0.5761 | 1 | 0.0319 | 2 | 4 | NA | 5 | -1.9832 | 4.249 | 0.1116 | 327 | 0 | 327 |
| PROMIS_emotional5 | 4.211 | 4 | 0.6946 | 0.8334 | 1 | 0.0461 | 1 | 3 | 5 | 5 | -0.9565 | 0.7496 | 0.1972 | 327 | 0 | 327 |
| PROMIS_emotional6 | 4.6024 | 5 | 0.4427 | 0.6654 | 1 | 0.0368 | 2 | 4 | NA | 5 | -1.7324 | 2.7765 | 0.1208 | 327 | 0 | 327 |
| PROMIS_emotional7 | 4.3823 | 5 | 0.8197 | 0.9054 | 1 | 0.0501 | 1 | 4 | NA | 5 | -1.5542 | 2.1487 | 0.1208 | 327 | 0 | 327 |
| PROMIS_emotional8 | 4.6086 | 5 | 0.4475 | 0.669 | 1 | 0.037 | 2 | 4 | NA | 5 | -1.8871 | 3.6423 | 0.1239 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PROMIS_emotional1 | I had someone who listened to me when I needed to talk. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 2 | 5 | 5 | 4.550459 | 0.6337091 | 5 | ▁▁▁▁▁▅▁▇ |
| PROMIS_emotional2 | I had someone to confide in or talk to about about myself or my problems. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 2 | 5 | 5 | 4.538226 | 0.6766758 | 5 | ▁▁▁▁▁▃▁▇ |
| PROMIS_emotional3 | I had someone who made me feel appreciated. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 2 | 5 | 5 | 4.562691 | 0.6702825 | 5 | ▁▁▁▁▁▃▁▇ |
| PROMIS_emotional4 | I had someone to talk with when I had a bad day. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 2 | 5 | 5 | 4.688073 | 0.5760653 | 5 | ▁▁▁▁▁▂▁▇ |
| PROMIS_emotional5 | I had someone who understood my problems. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 4 | 5 | 4.211009 | 0.8334281 | 5 | ▁▁▁▃▁▇▁▇ |
| PROMIS_emotional6 | I had someone I trusted to talk with about my feelings. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 2 | 5 | 5 | 4.602447 | 0.6653521 | 5 | ▁▁▁▁▁▃▁▇ |
| PROMIS_emotional7 | I had someone with whom to share my most private worries and fears. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 5 | 5 | 4.382263 | 0.9053643 | 5 | ▁▁▁▂▁▃▁▇ |
| PROMIS_emotional8 | I had someone I trusted to talk with about my problems. | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 2 | 5 | 5 | 4.608563 | 0.6689797 | 5 | ▁▁▁▁▁▃▁▇ |
Reliability: .
Missing: 0.
Likert plot of scale PROMIS_informational_sum items
Distribution of scale PROMIS_informational_sum
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | PROMIS_informational1, PROMIS_informational2, PROMIS_informational3, PROMIS_informational4, PROMIS_informational5, PROMIS_informational6, PROMIS_informational7 & PROMIS_informational8 |
| Observations: | 327 |
| Positive correlations: | 28 |
| Number of correlations: | 28 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.94 |
| Omega (hierarchical): | 0.86 |
| Revelle’s Omega (total): | 0.94 |
| Greatest Lower Bound (GLB): | 0.94 |
| Coefficient H: | 0.93 |
| Coefficient Alpha: | 0.92 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
5.302, 0.609, 0.483, 0.446, 0.374, 0.287, 0.253 & 0.245
| PC1 | |
|---|---|
| PROMIS_informational1 | 0.814 |
| PROMIS_informational2 | 0.844 |
| PROMIS_informational3 | 0.805 |
| PROMIS_informational4 | 0.801 |
| PROMIS_informational5 | 0.865 |
| PROMIS_informational6 | 0.794 |
| PROMIS_informational7 | 0.790 |
| PROMIS_informational8 | 0.797 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PROMIS_informational1 | 4.3303 | 4 | 0.5041 | 0.71 | 1 | 0.0393 | 2 | 3 | 5 | 5 | -0.7813 | 0.1232 | 0.2125 | 327 | 0 | 327 |
| PROMIS_informational2 | 4.5015 | 5 | 0.4716 | 0.6867 | 1 | 0.038 | 1 | 4 | NA | 5 | -1.3777 | 2.16 | 0.1606 | 327 | 0 | 327 |
| PROMIS_informational3 | 4.3425 | 4 | 0.551 | 0.7423 | 1 | 0.0411 | 2 | 3 | 5 | 5 | -0.8279 | -0.0913 | 0.185 | 327 | 0 | 327 |
| PROMIS_informational4 | 4.1835 | 4 | 0.7208 | 0.849 | 1 | 0.047 | 1 | 3 | 5 | 5 | -0.8138 | 0.1027 | 0.1865 | 327 | 0 | 327 |
| PROMIS_informational5 | 4.318 | 4 | 0.5611 | 0.7491 | 1 | 0.0414 | 2 | 3 | 5 | 5 | -0.8595 | 0.173 | 0.1972 | 327 | 0 | 327 |
| PROMIS_informational6 | 4.0398 | 4 | 0.8113 | 0.9007 | 1 | 0.0498 | 1 | 3 | 5 | 5 | -0.7626 | 0.1204 | 0.1743 | 327 | 0 | 327 |
| PROMIS_informational7 | 4.4924 | 5 | 0.5513 | 0.7425 | 1 | 0.0411 | 1 | 4 | NA | 5 | -1.6248 | 2.8395 | 0.1529 | 327 | 0 | 327 |
| PROMIS_informational8 | 4.0367 | 4 | 0.833 | 0.9127 | 2 | 0.0505 | 1 | 3 | 5 | 5 | -0.6816 | -0.0269 | 0.1804 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PROMIS_informational1 | I had someone to give me good advice about a crisis if I needed it | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 2 | 4 | 5 | 4.330275 | 0.7099863 | 5 | ▁▁▂▁▁▇▁▇ |
| PROMIS_informational2 | I had someone to turn to for suggestions about how to deal with a problem | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 5 | 5 | 4.501529 | 0.6867484 | 5 | ▁▁▁▁▁▅▁▇ |
| PROMIS_informational3 | I had someone to give me information if I needed it | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 2 | 4 | 5 | 4.342508 | 0.7423209 | 5 | ▁▁▂▁▁▆▁▇ |
| PROMIS_informational4 | I got useful advice about important things in life | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 4 | 5 | 4.183486 | 0.8490175 | 5 | ▁▁▁▃▁▇▁▇ |
| PROMIS_informational5 | I could get helpful advice from others when dealing with a problem | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 2 | 4 | 5 | 4.318043 | 0.7490762 | 5 | ▁▁▂▁▁▇▁▇ |
| PROMIS_informational6 | My friends had useful information to help me with my problems | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 4 | 5 | 4.039755 | 0.9007209 | 5 | ▁▁▁▃▁▇▁▇ |
| PROMIS_informational7 | I had people I could turn to for help with my problems | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 5 | 5 | 4.492355 | 0.7425104 | 5 | ▁▁▁▁▁▅▁▇ |
| PROMIS_informational8 | Other people helped me get information when I had a problem | haven_labelled | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
0 | 1 | 1 | 4 | 5 | 4.036697 | 0.9126911 | 5 | ▁▁▁▅▁▇▁▇ |
Reliability: .
Missing: 0.
Likert plot of scale couples_satisfaction_mean items
Distribution of scale couples_satisfaction_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | couples_satisfaction1, couples_satisfaction2, couples_satisfaction3 & couples_satisfaction4 |
| Observations: | 327 |
| Positive correlations: | 6 |
| Number of correlations: | 6 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.95 |
| Omega (hierarchical): | 0.94 |
| Revelle’s Omega (total): | 0.95 |
| Greatest Lower Bound (GLB): | 0.95 |
| Coefficient H: | 0.95 |
| Coefficient Alpha: | 0.95 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
3.436, 0.249, 0.169 & 0.146
| PC1 | |
|---|---|
| couples_satisfaction1 | 0.936 |
| couples_satisfaction2 | 0.902 |
| couples_satisfaction3 | 0.936 |
| couples_satisfaction4 | 0.934 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| couples_satisfaction1 | 4.1835 | 5 | 1.4018 | 1.184 | 2 | 0.0655 | 0 | 3 | 6 | 6 | -0.9067 | 0.4848 | 0.1193 | 327 | 0 | 327 |
| couples_satisfaction2 | 4.9052 | 5 | 1.2272 | 1.1078 | 2 | 0.0613 | 1 | 4 | 6 | 6 | -1.2009 | 1.5798 | 0.1713 | 327 | 0 | 327 |
| couples_satisfaction3 | 4.7248 | 5 | 1.4455 | 1.2023 | 2 | 0.0665 | 1 | 4 | 6 | 6 | -1.0338 | 0.8827 | 0.1483 | 327 | 0 | 327 |
| couples_satisfaction4 | 4.7278 | 5 | 1.3153 | 1.1469 | 2 | 0.0634 | 1 | 4 | 6 | 6 | -1.0728 | 1.0501 | 0.13 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| couples_satisfaction1 | Please indicate the degree of happiness, all things considered, of your relationship with your romantic partner during the past four weeks. | haven_labelled | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
0 | 1 | 0 | 5 | 6 | 4.183486 | 1.183982 | 7 | ▁▁▂▃▁▅▇▁ |
| couples_satisfaction2 | I had a warm and comfortable relationship with my partner during the past four weeks | haven_labelled | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
0 | 1 | 1 | 5 | 6 | 4.905199 | 1.107782 | 7 | ▁▁▁▂▃▁▇▇ |
| couples_satisfaction3 | How rewarding was your relationship with your partner during the past four weeks? | haven_labelled | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
0 | 1 | 1 | 5 | 6 | 4.724771 | 1.202285 | 7 | ▁▁▁▂▅▁▇▇ |
| couples_satisfaction4 | In general, how satisfied were you with your relationship with your romantic partner during the past four weeks? | numeric | NA | 0 | 1 | 1 | 5 | 6 | 4.727829 | 1.146850 | NA | ▁▂▃▇▅ |
Reliability: .
Missing: 0.
Likert plot of scale partner_resp_mean items
Distribution of scale partner_resp_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | partner_resp1, partner_resp2 & partner_resp3 |
| Observations: | 327 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.87 |
| Omega (hierarchical): | 0.85 |
| Revelle’s Omega (total): | 0.87 |
| Greatest Lower Bound (GLB): | 0.89 |
| Coefficient H: | 0.92 |
| Coefficient Alpha: | 0.86 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.334, 0.436 & 0.23
| PC1 | |
|---|---|
| partner_resp1 | 0.850 |
| partner_resp2 | 0.923 |
| partner_resp3 | 0.871 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| partner_resp1 | 4.1988 | 4 | 0.8469 | 0.9203 | 1 | 0.0509 | 1 | 3 | 5 | 5 | -1.1651 | 1.0541 | 0.1804 | 327 | 0 | 327 |
| partner_resp2 | 4.4006 | 5 | 0.7746 | 0.8801 | 1 | 0.0487 | 1 | 4 | NA | 5 | -1.528 | 1.9414 | 0.1254 | 327 | 0 | 327 |
| partner_resp3 | 4.5596 | 5 | 0.7135 | 0.8447 | 1 | 0.0467 | 1 | 4 | NA | 5 | -2.1551 | 4.4353 | 0.0826 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| partner_resp1 | My romantic partner understood me | haven_labelled | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
0 | 1 | 1 | 4 | 5 | 4.198777 | 0.9202552 | 7 | ▁▁▁▂▁▆▁▇ |
| partner_resp2 | My romantic partner made me feel like he/she valued my abilities and opinions | haven_labelled | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
0 | 1 | 1 | 5 | 5 | 4.400612 | 0.8801141 | 7 | ▁▁▁▂▁▃▁▇ |
| partner_resp3 | My romantic partner made me feel cared for | haven_labelled | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
0 | 1 | 1 | 5 | 5 | 4.559633 | 0.8446642 | 7 | ▁▁▁▁▁▂▁▇ |
Reliability: .
Missing: 0.
Likert plot of scale conflict_mean items
Distribution of scale conflict_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | conflict1, conflict2 & conflict3 |
| Observations: | 327 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.85 |
| Omega (hierarchical): | 0.00 |
| Revelle’s Omega (total): | 0.85 |
| Greatest Lower Bound (GLB): | 0.87 |
| Coefficient H: | 0.88 |
| Coefficient Alpha: | 0.83 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.267, 0.454 & 0.279
| PC1 | |
|---|---|
| conflict1 | 0.849 |
| conflict2 | 0.907 |
| conflict3 | 0.850 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| conflict1 | 2.6147 | 2 | 1.7652 | 1.3286 | 1 | 0.0735 | 1 | 1 | 4 | 7 | 0.7895 | 0.0374 | 0.0994 | 327 | 0 | 327 |
| conflict2 | 1.6147 | 1 | 1.2867 | 1.1343 | 1 | 0.0627 | 1 | NA | 2.5 | 7 | 2.1307 | 4.4387 | 0.078 | 327 | 0 | 327 |
| conflict3 | 1.5138 | 1 | 0.8947 | 0.9459 | 1 | 0.0523 | 1 | NA | 2 | 7 | 2.728 | 10.2726 | 0.0979 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| conflict1 | How often did you and your partner have arguments or disagreements? | haven_labelled | 1. Never, 2. 2, 3. 3, 4. Sometimes, 5. 5, 6. 6, 7. Regularly |
0 | 1 | 1 | 2 | 7 | 2.614679 | 1.3286018 | 7 | ▅▇▃▃▁▂▁▁ |
| conflict2 | How often did you and your partner have arguments or disagreements that were serious enough to negatively affect your relationship? | haven_labelled | 1. Never, 2. 2, 3. 3, 4. Sometimes, 5. 5, 6. 6, 7. Regularly |
0 | 1 | 1 | 1 | 7 | 1.614679 | 1.1343082 | 7 | ▇▂▁▁▁▁▁▁ |
| conflict3 | How often did you and your partner have unresolved conflicts or disagreements? | haven_labelled | 1. Never, 2. 2, 3. 3, 4. Sometimes, 5. 5, 6. 6, 7. Regularly |
0 | 1 | 1 | 1 | 7 | 1.513761 | 0.9459116 | 7 | ▇▂▁▁▁▁▁▁ |
Reliability: .
Missing: 0.
Likert plot of scale ostracism_mean items
Distribution of scale ostracism_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | ostracism1, ostracism2, ostracism3, ostracism4, ostracism5, ostracism6R, ostracism7R, ostracism8R, ostracism9R & ostracism10R |
| Observations: | 327 |
| Positive correlations: | 42 |
| Number of correlations: | 45 |
| Percentage positive correlations: | 93 |
| Omega (total): | 0.89 |
| Omega (hierarchical): | 0.44 |
| Revelle’s Omega (total): | 0.89 |
| Greatest Lower Bound (GLB): | 0.91 |
| Coefficient H: | 0.89 |
| Coefficient Alpha: | 0.80 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
3.833, 2.287, 0.862, 0.676, 0.601, 0.501, 0.45, 0.295, 0.261 & 0.234
| TC1 | TC2 | |
|---|---|---|
| ostracism1 | 0.089 | 0.777 |
| ostracism2 | 0.042 | 0.770 |
| ostracism3 | -0.111 | 0.715 |
| ostracism4 | -0.094 | 0.619 |
| ostracism5 | 0.004 | 0.790 |
| ostracism6R | 0.871 | -0.136 |
| ostracism7R | 0.887 | -0.094 |
| ostracism8R | 0.782 | 0.064 |
| ostracism9R | 0.573 | 0.315 |
| ostracism10R | 0.829 | 0.148 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ostracism1 | 1.1101 | 1 | 0.1658 | 0.4071 | 0 | 0.0225 | 1 | NA | 2 | 4 | 4.3775 | 21.5209 | 0.0306 | 327 | 0 | 327 |
| ostracism2 | 1.0489 | 1 | 0.0774 | 0.2781 | 0 | 0.0154 | 1 | NA | 2 | 4 | 6.9234 | 55.5557 | 0.0138 | 327 | 0 | 327 |
| ostracism3 | 1.1346 | 1 | 0.1782 | 0.4221 | 0 | 0.0233 | 1 | NA | 2 | 4 | 3.766 | 16.6793 | 0.0459 | 327 | 0 | 327 |
| ostracism4 | 1.2324 | 1 | 0.271 | 0.5205 | 0 | 0.0288 | 1 | NA | 2 | 3 | 2.1947 | 3.9155 | 0.0703 | 327 | 0 | 327 |
| ostracism5 | 1.1682 | 1 | 0.2324 | 0.482 | 0 | 0.0267 | 1 | NA | 2 | 4 | 3.2301 | 11.1513 | 0.0474 | 327 | 0 | 327 |
| ostracism6R | 2.4128 | 2 | 1.5622 | 1.2499 | 1 | 0.0691 | 1 | 1 | 4 | 5 | 0.8113 | -0.289 | 0.1223 | 327 | 0 | 327 |
| ostracism7R | 2.2936 | 2 | 1.3123 | 1.1456 | 1 | 0.0633 | 1 | 1 | 3 | 5 | 0.9832 | 0.3792 | 0.1223 | 327 | 0 | 327 |
| ostracism8R | 2.2416 | 2 | 1.7298 | 1.3152 | 2 | 0.0727 | 1 | 1 | 4 | 5 | 0.8814 | -0.3248 | 0.1407 | 327 | 0 | 327 |
| ostracism9R | 1.9511 | 2 | 1.1019 | 1.0497 | 1 | 0.058 | 1 | 1 | 3 | 5 | 1.1548 | 0.8825 | 0.1789 | 327 | 0 | 327 |
| ostracism10R | 1.9144 | 2 | 1.4405 | 1.2002 | 1 | 0.0664 | 1 | 1 | 4 | 5 | 1.3546 | 0.9161 | 0.1407 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ostracism1 | Treated me as if I was invisible | haven_labelled | 1. Never, 2. 2, 3. 3, 4. 4, 5. Always |
0 | 1 | 1 | 1 | 4 | 1.110092 | 0.4071323 | 5 | ▇▁▁▁▁▁▁▁ |
| ostracism2 | Looked through me as if I did not exist | haven_labelled | 1. Never, 2. 2, 3. 3, 4. 4, 5. Always |
0 | 1 | 1 | 1 | 4 | 1.048930 | 0.2781243 | 5 | ▇▁▁▁▁▁▁▁ |
| ostracism3 | Ignored my presence when others were around | haven_labelled | 1. Never, 2. 2, 3. 3, 4. 4, 5. Always |
0 | 1 | 1 | 1 | 4 | 1.134557 | 0.4220877 | 5 | ▇▁▁▁▁▁▁▁ |
| ostracism4 | Ignored me during conversation | haven_labelled | 1. Never, 2. 2, 3. 3, 4. 4, 5. Always |
0 | 1 | 1 | 1 | 3 | 1.232416 | 0.5205483 | 5 | ▇▁▁▂▁▁▁▁ |
| ostracism5 | Ignored me in other situations | haven_labelled | 1. Never, 2. 2, 3. 3, 4. 4, 5. Always |
0 | 1 | 1 | 1 | 4 | 1.168196 | 0.4820369 | 5 | ▇▁▁▁▁▁▁▁ |
| ostracism6R | Spent time with me at home | haven_labelled | 5. Never, 4. 2, 3. 3, 2. 4, 1. Always |
0 | 1 | 1 | 2 | 5 | 2.412844 | 1.2498663 | 5 | ▅▇▁▃▁▂▁▂ |
| ostracism7R | Spent time with me outside of my home | haven_labelled | 5. Never, 4. 2, 3. 3, 2. 4, 1. Always |
0 | 1 | 1 | 2 | 5 | 2.293578 | 1.1455656 | 5 | ▅▇▁▃▁▁▁▂ |
| ostracism8R | Included me in his/her plans with close friends or family | haven_labelled | 5. Never, 4. 2, 3. 3, 2. 4, 1. Always |
0 | 1 | 1 | 2 | 5 | 2.241590 | 1.3152181 | 5 | ▇▆▁▃▁▁▁▂ |
| ostracism9R | Made an effort to get my attention | haven_labelled | 5. Never, 4. 2, 3. 3, 2. 4, 1. Always |
0 | 1 | 1 | 2 | 5 | 1.951070 | 1.0497109 | 5 | ▇▇▁▃▁▁▁▁ |
| ostracism10R | Invited me to join him/her for weekend, hobbies, or events | haven_labelled | 5. Never, 4. 2, 3. 3, 2. 4, 1. Always |
0 | 1 | 1 | 2 | 5 | 1.914373 | 1.2002076 | 5 | ▇▅▁▂▁▁▁▁ |
Reliability: .
Missing: 0.
Likert plot of scale abuse_psychological_mean items
Distribution of scale abuse_psychological_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | abuse_physical1 & abuse_psychological12 |
| Observations: | 327 |
| Positive correlations: | 0 |
| Number of correlations: | 1 |
| Percentage positive correlations: | 0 |
| Spearman Brown coefficient: | -0.03 |
| Coefficient Alpha: | -0.02 |
| Pearson Correlation: | -0.01 |
1.014 & 0.986
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_physical1 | 1.0336 | 1 | 0.0694 | 0.2635 | 0 | 0.0146 | 1 | NA | 2 | 5 | 11.5939 | 161.4073 | 0.0107 | 327 | 0 | 327 |
| abuse_psychological12 | 1.0122 | 1 | 0.0121 | 0.1101 | 0 | 0.0061 | 1 | NA | 2 | 2 | 8.9158 | 77.9678 | 0.0061 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_physical1 | Throw, hit, kick, or smash something | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 5 | 1.033639 | 0.2634712 | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_psychological12 | Threaten to hit or throw something at your romantic partner | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 2 | 1.012232 | 0.1100902 | 5 | ▇▁▁▁▁▁▁▁ |
Reliability: Not computed.
Missing: 0.
Likert plot of scale abuse_physical_mean items
Distribution of scale abuse_physical_mean
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| abuse_physical1 | Throw, hit, kick, or smash something | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 5 | 1.033639 | 0.2634712 | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical2 | Threaten your romantic partner with a knife, gun, or other weapon | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 5 | 1.030581 | 0.2579663 | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical3 | Push, grab, or shove your romantic partner | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 1 | 1.000000 | 0.0000000 | 5 | ▁▁▁▇▁▁▁▁ |
| abuse_physical4 | Slap, hit, or punch your romantic partner | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 3 | 1.033639 | 0.2118424 | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical5 | Throw your romantic partner around | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 3 | 1.039755 | 0.2381111 | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical6 | Choke or strangle your romantic partner | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 3 | 1.030581 | 0.2457878 | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical7 | Kick your romantic partner | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 2 | 1.006116 | 0.0780861 | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical8 | Use a knife, gun, or other weapon against your romantic partner | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 1 | 1.000000 | 0.0000000 | 5 | ▁▁▁▇▁▁▁▁ |
| abuse_physical9 | Drive recklessly when your romantic partner was in the car | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 1 | 1.000000 | 0.0000000 | 5 | ▁▁▁▇▁▁▁▁ |
| abuse_physical10 | Spank your romantic partner | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 2 | 1.021407 | 0.1449577 | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical11 | Stop your romantic partner or try to stopped him/her from going to work or school | haven_labelled | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
0 | 1 | 1 | 1 | 5 | 1.110092 | 0.5077217 | 5 | ▇▁▁▁▁▁▁▁ |
Reliability: .
Missing: 0.
Likert plot of scale control_economic_mean items
Distribution of scale control_economic_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | control_economic1, control_economic2, control_economic3 & control_economic4 |
| Observations: | 327 |
| Positive correlations: | 4 |
| Number of correlations: | 6 |
| Percentage positive correlations: | 67 |
| Omega (total): | 0.50 |
| Omega (hierarchical): | 0.41 |
| Revelle’s Omega (total): | 0.50 |
| Greatest Lower Bound (GLB): | 0.55 |
| Coefficient H: | 0.72 |
| Coefficient Alpha: | 0.24 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
1.516, 1.035, 0.835 & 0.614
| TC1 | TC2 | |
|---|---|---|
| control_economic1 | 0.021 | 0.955 |
| control_economic2 | 0.664 | -0.314 |
| control_economic3 | 0.660 | 0.099 |
| control_economic4 | 0.798 | 0.125 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| control_economic1 | 0.4067 | 0 | 0.377 | 0.614 | 1 | 0.034 | 0 | NA | 1 | 2 | 1.2404 | 0.4609 | 0.1361 | 327 | 0 | 327 |
| control_economic2 | 0.0734 | 0 | 0.1112 | 0.3334 | 0 | 0.0184 | 0 | NA | 1 | 2 | 4.821 | 23.2244 | 0.0153 | 327 | 0 | 327 |
| control_economic3 | 0.2661 | 0 | 0.4229 | 0.6503 | 0 | 0.036 | 0 | NA | 2 | 3 | 2.4335 | 4.9764 | 0.0382 | 327 | 0 | 327 |
| control_economic4 | 0.0428 | 0 | 0.0841 | 0.2899 | 0 | 0.016 | 0 | NA | 1 | 4 | 9.6836 | 114.8841 | 0.0122 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| control_economic1 | Make it difficult for your partner to work or study | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 2 | 0.4067278 | 0.6140112 | 5 | ▇▁▁▃▁▁▁▁ |
| control_economic2 | Control your partner’s money | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 2 | 0.0733945 | 0.3334084 | 5 | ▇▁▁▁▁▁▁▁ |
| control_economic3 | Keep your own money matters secret | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 3 | 0.2660550 | 0.6502789 | 5 | ▇▁▁▁▁▁▁▁ |
| control_economic4 | Refuse to share money/pay fair share | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 4 | 0.0428135 | 0.2899154 | 5 | ▇▁▁▁▁▁▁▁ |
Reliability: Not computed.
Missing: 0.
Likert plot of scale control_threats_mean items
Distribution of scale control_threats_mean
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| control_threats1 | Threaten to harm your romantic partner | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 0 | 0.0000000 | 0.0000000 | 5 | ▁▁▁▇▁▁▁▁ |
| control_threats2 | Threaten to leave your romantic relationship | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 3 | 0.1467890 | 0.4324070 | 5 | ▇▁▁▁▁▁▁▁ |
| control_threats3 | Threaten to harm yourself | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 1 | 0.0183486 | 0.1344143 | 5 | ▇▁▁▁▁▁▁▁ |
| control_threats4 | Threaten to disclose damaging or embarrassing information | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 1 | 0.0061162 | 0.0780861 | 5 | ▇▁▁▁▁▁▁▁ |
Reliability: Not computed.
Missing: 0.
Likert plot of scale control_intimidation_mean items
Distribution of scale control_intimidation_mean
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| control_intimidation1 | Try to make your partner do things they didn’t want to | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 2 | 0.0978593 | 0.3362939 | 5 | ▇▁▁▁▁▁▁▁ |
| control_intimidation2 | Use nasty looks and gestures to make your partner feel bad or silly | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 2 | 0.1223242 | 0.3959420 | 5 | ▇▁▁▁▁▁▁▁ |
| control_intimidation3 | Smash your partner’s property when annoyed/angry | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 0 | 0.0000000 | 0.0000000 | 5 | ▁▁▁▇▁▁▁▁ |
| control_intimidation4 | Be nasty or rude to your partner’s friends or family | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 1 | 0.0152905 | 0.1228939 | 5 | ▇▁▁▁▁▁▁▁ |
| control_intimidation5 | Vent your anger on your partner’s pets | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 1 | 0.0030581 | 0.0553001 | 5 | ▇▁▁▁▁▁▁▁ |
Reliability: .
Missing: 0.
Likert plot of scale control_emotional_mean items
Distribution of scale control_emotional_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | control_emotional1, control_emotional2, control_emotional3, control_emotional4 & control_emotional5 |
| Observations: | 327 |
| Positive correlations: | 5 |
| Number of correlations: | 10 |
| Percentage positive correlations: | 50 |
| Omega (total): | 0.28 |
| Omega (hierarchical): | 0.17 |
| Revelle’s Omega (total): | 0.28 |
| Greatest Lower Bound (GLB): | 0.21 |
| Coefficient H: | 0.34 |
| Coefficient Alpha: | 0.14 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
1.236, 1.03, 0.977, 0.96 & 0.798
| TC1 | TC2 | |
|---|---|---|
| control_emotional1 | -0.081 | 0.779 |
| control_emotional2 | -0.146 | -0.582 |
| control_emotional3 | 0.247 | 0.327 |
| control_emotional4 | 0.719 | 0.056 |
| control_emotional5 | 0.779 | -0.059 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| control_emotional1 | 0.0734 | 0 | 0.0928 | 0.3046 | 0 | 0.0168 | 0 | NA | 1 | 2 | 4.5026 | 21.2722 | 0.0245 | 327 | 0 | 327 |
| control_emotional2 | 0.0428 | 0 | 0.0534 | 0.231 | 0 | 0.0128 | 0 | NA | 1 | 2 | 5.9415 | 38.3633 | 0.0153 | 327 | 0 | 327 |
| control_emotional3 | 0.0245 | 0 | 0.0239 | 0.1547 | 0 | 0.0086 | 0 | NA | 1 | 1 | 6.1847 | 36.4737 | 0.0122 | 327 | 0 | 327 |
| control_emotional4 | 0.159 | 0 | 0.2323 | 0.482 | 0 | 0.0267 | 0 | NA | 1 | 4 | 3.7091 | 17.0461 | 0.0428 | 327 | 0 | 327 |
| control_emotional5 | 0.104 | 0 | 0.1303 | 0.3609 | 0 | 0.02 | 0 | NA | 1 | 3 | 4.0956 | 20.0379 | 0.0382 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| control_emotional1 | Try to put your partner down when he/she was getting ‘too big for their boots’ | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 2 | 0.0733945 | 0.3045591 | 5 | ▇▁▁▁▁▁▁▁ |
| control_emotional2 | Show your partner up in public | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 2 | 0.0428135 | 0.2310327 | 5 | ▇▁▁▁▁▁▁▁ |
| control_emotional3 | Tell your partner they were going mad | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 1 | 0.0244648 | 0.1547240 | 5 | ▇▁▁▁▁▁▁▁ |
| control_emotional4 | Tell your partner they were lying or confused | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 4 | 0.1590214 | 0.4819786 | 5 | ▇▁▁▁▁▁▁▁ |
| control_emotional5 | Call your partner unpleasant names | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 3 | 0.1039755 | 0.3609158 | 5 | ▇▁▁▁▁▁▁▁ |
Reliability: .
Missing: 0.
Likert plot of scale control_isolation_mean items
Distribution of scale control_isolation_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | control_isolation1, control_isolation2, control_isolation3, control_isolation4, control_isolation5 & control_isolation6 |
| Observations: | 327 |
| Positive correlations: | 15 |
| Number of correlations: | 15 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.87 |
| Omega (hierarchical): | 0.67 |
| Revelle’s Omega (total): | 0.87 |
| Greatest Lower Bound (GLB): | 0.87 |
| Coefficient H: | 0.82 |
| Coefficient Alpha: | 0.76 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
3.034, 0.871, 0.755, 0.515, 0.498 & 0.327
| PC1 | |
|---|---|
| control_isolation1 | 0.674 |
| control_isolation2 | 0.704 |
| control_isolation3 | 0.693 |
| control_isolation4 | 0.794 |
| control_isolation5 | 0.743 |
| control_isolation6 | 0.650 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| control_isolation1 | 0.0703 | 0 | 0.0963 | 0.3103 | 0 | 0.0172 | 0 | NA | 1 | 2 | 4.7807 | 23.6231 | 0.0199 | 327 | 0 | 327 |
| control_isolation2 | 0.5719 | 0 | 0.7609 | 0.8723 | 1 | 0.0482 | 0 | NA | 2 | 4 | 1.3404 | 0.8029 | 0.0872 | 327 | 0 | 327 |
| control_isolation3 | 0.0428 | 0 | 0.0472 | 0.2174 | 0 | 0.012 | 0 | NA | 1 | 2 | 5.4094 | 31.6194 | 0.0183 | 327 | 0 | 327 |
| control_isolation4 | 0.2936 | 0 | 0.478 | 0.6913 | 0 | 0.0382 | 0 | NA | 1 | 4 | 2.9 | 9.4506 | 0.0673 | 327 | 0 | 327 |
| control_isolation5 | 0.1927 | 0 | 0.2358 | 0.4856 | 0 | 0.0269 | 0 | NA | 1 | 3 | 2.7023 | 7.4369 | 0.0612 | 327 | 0 | 327 |
| control_isolation6 | 0.1774 | 0 | 0.2752 | 0.5246 | 0 | 0.029 | 0 | NA | 1 | 3 | 3.3873 | 12.0862 | 0.0428 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| control_isolation1 | Try to restrict time your partner spent with family or friends | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 2 | 0.0703364 | 0.3102654 | 5 | ▇▁▁▁▁▁▁▁ |
| control_isolation2 | Want to know where your partner went and who they spoke to when not together with you | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 4 | 0.5718654 | 0.8723095 | 5 | ▇▂▁▂▁▁▁▁ |
| control_isolation3 | Try to limit the amount of activities outside the relationship your partner engaged in | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 2 | 0.0428135 | 0.2173503 | 5 | ▇▁▁▁▁▁▁▁ |
| control_isolation4 | Act suspicious and jealous of your partner | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 4 | 0.2935780 | 0.6913500 | 5 | ▇▂▁▁▁▁▁▁ |
| control_isolation5 | Check up on your partner’s movements | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 3 | 0.1926606 | 0.4855658 | 5 | ▇▁▁▁▁▁▁▁ |
| control_isolation6 | Try to make your partner feel jealous | haven_labelled | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
0 | 1 | 0 | 0 | 3 | 0.1773700 | 0.5245873 | 5 | ▇▁▁▁▁▁▁▁ |
Reliability: .
Missing: 0.
Likert plot of scale craving_intent items
Distribution of scale craving_intent
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | food_craving5, food_craving10 & food_craving13 |
| Observations: | 327 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.84 |
| Omega (hierarchical): | 0.83 |
| Revelle’s Omega (total): | 0.84 |
| Greatest Lower Bound (GLB): | 0.84 |
| Coefficient H: | 0.85 |
| Coefficient Alpha: | 0.84 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.263, 0.415 & 0.321
| PC1 | |
|---|---|
| food_craving5 | 0.873 |
| food_craving10 | 0.885 |
| food_craving13 | 0.848 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving5 | 2.6667 | 3 | 1.6339 | 1.2783 | 3 | 0.0707 | 1 | 1 | 4 | 5 | -0.0122 | -1.3345 | 0.1361 | 327 | 0 | 327 |
| food_craving10 | 2.844 | 3 | 1.6903 | 1.3001 | 2 | 0.0719 | 1 | 1 | 4 | 5 | -0.2471 | -1.3387 | 0.1239 | 327 | 0 | 327 |
| food_craving13 | 2.6972 | 3 | 1.6228 | 1.2739 | 2 | 0.0704 | 1 | 1 | 4 | 5 | 0.0188 | -1.3139 | 0.1249 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving5 | Food cravings invariably made me think of ways to get what I wanted to eat | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 3 | 5 | 2.666667 | 1.278259 | 5 | ▇▅▁▆▁▇▁▁ |
| food_craving10 | Whenever I had cravings, I found myself making plans to eat | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 3 | 5 | 2.844037 | 1.300125 | 5 | ▅▃▁▅▁▇▁▁ |
| food_craving13 | When I craved certain foods, I usually tried to eat them as soon as I could | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 3 | 5 | 2.697248 | 1.273885 | 5 | ▆▆▁▅▁▇▁▂ |
Reliability: .
Missing: 0.
Likert plot of scale craving_control items
Distribution of scale craving_control
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | food_craving2, food_craving3, food_craving12, food_craving14, food_craving15 & food_craving18 |
| Observations: | 327 |
| Positive correlations: | 15 |
| Number of correlations: | 15 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.95 |
| Omega (hierarchical): | 0.87 |
| Revelle’s Omega (total): | 0.95 |
| Greatest Lower Bound (GLB): | 0.95 |
| Coefficient H: | 0.93 |
| Coefficient Alpha: | 0.93 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
4.447, 0.483, 0.347, 0.292, 0.224 & 0.207
| PC1 | |
|---|---|
| food_craving2 | 0.854 |
| food_craving3 | 0.866 |
| food_craving12 | 0.872 |
| food_craving14 | 0.839 |
| food_craving15 | 0.885 |
| food_craving18 | 0.850 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving2 | 2.2691 | 2 | 1.1912 | 1.0914 | 2 | 0.0604 | 1 | 1 | 3 | 5 | 0.6033 | -0.4822 | 0.1376 | 327 | 0 | 327 |
| food_craving3 | 2.318 | 2 | 1.4814 | 1.2171 | 2 | 0.0673 | 1 | 1 | 4 | 5 | 0.4292 | -1.1361 | 0.1346 | 327 | 0 | 327 |
| food_craving12 | 2.211 | 2 | 1.4431 | 1.2013 | 2 | 0.0664 | 1 | 1 | 4 | 5 | 0.7302 | -0.6144 | 0.1697 | 327 | 0 | 327 |
| food_craving14 | 1.8746 | 2 | 1.0671 | 1.033 | 1 | 0.0571 | 1 | 1 | 4 | 5 | 1.211 | 0.7838 | 0.1789 | 327 | 0 | 327 |
| food_craving15 | 1.9664 | 2 | 1.1676 | 1.0805 | 2 | 0.0598 | 1 | 1 | 4 | 5 | 0.9184 | -0.1745 | 0.1529 | 327 | 0 | 327 |
| food_craving18 | 1.6055 | 1 | 0.8347 | 0.9136 | 1 | 0.0505 | 1 | NA | 2 | 5 | 1.8824 | 3.6584 | 0.1498 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving2 | When I craved something, I knew I wouldn’t be able to stop eating once I started | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.269113 | 1.0914026 | 5 | ▆▇▁▃▁▃▁▁ |
| food_craving3 | If I ate what I was craving, I often lost control and atetoo much | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.318043 | 1.2171116 | 5 | ▇▆▁▃▁▅▁▁ |
| food_craving12 | If I got what I was craving. I couldn’t stop myself from eating it | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.211009 | 1.2012779 | 5 | ▇▇▁▂▁▃▁▁ |
| food_craving14 | I had no will power to resist my food cravings | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 1.874618 | 1.0329826 | 5 | ▇▆▁▂▁▂▁▁ |
| food_craving15 | Once I started eating, I had trouble stopping | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 1.966361 | 1.0805446 | 5 | ▇▆▁▂▁▂▁▁ |
| food_craving18 | If I gave in to a food craving, all control was lost | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 1 | 5 | 1.605505 | 0.9136156 | 5 | ▇▅▁▁▁▁▁▁ |
Reliability: .
Missing: 0.
Likert plot of scale craving_thoughts items
Distribution of scale craving_thoughts
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | food_craving6, food_craving8, food_craving16, food_craving17, food_craving20, food_craving21 & food_craving22 |
| Observations: | 327 |
| Positive correlations: | 21 |
| Number of correlations: | 21 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.94 |
| Omega (hierarchical): | 0.84 |
| Revelle’s Omega (total): | 0.94 |
| Greatest Lower Bound (GLB): | 0.91 |
| Coefficient H: | 0.92 |
| Coefficient Alpha: | 0.90 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
4.422, 0.709, 0.556, 0.436, 0.314, 0.291 & 0.271
| PC1 | |
|---|---|
| food_craving6 | 0.849 |
| food_craving8 | 0.852 |
| food_craving16 | 0.846 |
| food_craving17 | 0.846 |
| food_craving20 | 0.619 |
| food_craving21 | 0.731 |
| food_craving22 | 0.791 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving6 | 2.1376 | 2 | 1.2295 | 1.1088 | 2 | 0.0613 | 1 | 1 | 3 | 5 | 0.7984 | -0.177 | 0.1728 | 327 | 0 | 327 |
| food_craving8 | 2.0092 | 2 | 1.1011 | 1.0494 | 2 | 0.058 | 1 | 1 | 3 | 5 | 0.8631 | -0.1238 | 0.1728 | 327 | 0 | 327 |
| food_craving16 | 1.6575 | 1 | 0.7964 | 0.8924 | 1 | 0.0494 | 1 | NA | 2 | 5 | 1.3284 | 1.1781 | 0.1376 | 327 | 0 | 327 |
| food_craving17 | 2.1223 | 2 | 1.3224 | 1.15 | 2 | 0.0636 | 1 | 1 | 4 | 5 | 0.6722 | -0.7424 | 0.1407 | 327 | 0 | 327 |
| food_craving20 | 2.9694 | 3 | 1.5205 | 1.2331 | 2 | 0.0682 | 1 | 1 | 4 | 5 | -0.2873 | -1.0766 | 0.1131 | 327 | 0 | 327 |
| food_craving21 | 2.2416 | 2 | 1.331 | 1.1537 | 2 | 0.0638 | 1 | 1 | 3 | 5 | 0.446 | -1.0358 | 0.13 | 327 | 0 | 327 |
| food_craving22 | 2.3639 | 2 | 1.4715 | 1.213 | 2 | 0.0671 | 1 | 1 | 4 | 5 | 0.4661 | -0.9906 | 0.1514 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving6 | I felt like I had food on my mind all the time | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.137615 | 1.1088148 | 5 | ▇▇▁▃▁▂▁▁ |
| food_craving8 | I found myself preoccupied with food | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.009174 | 1.0493534 | 5 | ▇▇▁▃▁▂▁▁ |
| food_craving16 | I couldn’t stop thinking about eating no matter how hard I tried | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 1 | 5 | 1.657492 | 0.8924344 | 5 | ▇▃▁▂▁▁▁▁ |
| food_craving17 | I spent a lot of time thinking about whatever it was I would eat next | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.122324 | 1.1499627 | 5 | ▇▆▁▃▁▃▁▁ |
| food_craving20 | I daydreamed about food | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 3 | 5 | 2.969419 | 1.2330995 | 5 | ▃▃▁▅▁▇▁▂ |
| food_craving21 | Whenever I had a food craving, I kept on thinking about eating until I actually ate the food | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.241590 | 1.1537009 | 5 | ▇▆▁▅▁▃▁▁ |
| food_craving22 | If I was craving something, thoughts of eating it consumed me | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.363914 | 1.2130353 | 5 | ▇▇▁▃▁▅▁▁ |
Reliability: .
Missing: 0.
Likert plot of scale craving_emotions items
Distribution of scale craving_emotions
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | food_craving11, food_craving19, food_craving23 & food_craving27 |
| Observations: | 327 |
| Positive correlations: | 6 |
| Number of correlations: | 6 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.66 |
| Omega (hierarchical): | 0.62 |
| Revelle’s Omega (total): | 0.66 |
| Greatest Lower Bound (GLB): | 0.68 |
| Coefficient H: | 0.74 |
| Coefficient Alpha: | 0.62 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
1.898, 0.982, 0.669 & 0.452
| PC1 | |
|---|---|
| food_craving11 | 0.716 |
| food_craving19 | 0.230 |
| food_craving23 | 0.805 |
| food_craving27 | 0.827 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving11 | 3 | 3 | 1.4908 | 1.221 | 2 | 0.0675 | 1 | 2 | 4 | 5 | -0.295 | -1.0456 | 0.1101 | 327 | 0 | 327 |
| food_craving19 | 4.9511 | 5 | 0.1755 | 0.4189 | 0 | 0.0232 | 1 | 1 | NA | 5 | -8.8802 | 78.9028 | 0.0046 | 327 | 0 | 327 |
| food_craving23 | 1.7737 | 1 | 0.967 | 0.9834 | 1 | 0.0544 | 1 | NA | 2 | 5 | 1.2457 | 0.8402 | 0.1514 | 327 | 0 | 327 |
| food_craving27 | 2.6055 | 2 | 1.7365 | 1.3178 | 3 | 0.0729 | 1 | 1 | 4 | 5 | 0.1336 | -1.4024 | 0.1493 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving11 | I craved foods when I felt bored, angry, or sad | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 3 | 5 | 3.000000 | 1.2209822 | 5 | ▃▅▁▅▁▇▁▂ |
| food_craving19 | When I was stressed out, I craved food | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 5 | 5 | 4.951070 | 0.4189423 | 5 | ▁▁▁▁▁▁▁▇ |
| food_craving23 | My emotions often made me want to eat | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 1 | 5 | 1.773700 | 0.9833800 | 5 | ▇▅▁▂▁▁▁▁ |
| food_craving27 | I craved foods when I was upset | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.605505 | 1.3177762 | 5 | ▇▆▁▃▁▇▁▂ |
Reliability: .
Missing: 0.
Likert plot of scale craving_cues items
Distribution of scale craving_cues
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | food_craving1, food_craving24, food_craving25 & food_craving26 |
| Observations: | 327 |
| Positive correlations: | 6 |
| Number of correlations: | 6 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.75 |
| Omega (hierarchical): | 0.57 |
| Revelle’s Omega (total): | 0.75 |
| Greatest Lower Bound (GLB): | 0.75 |
| Coefficient H: | 0.77 |
| Coefficient Alpha: | 0.69 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.095, 0.82, 0.651 & 0.434
| PC1 | |
|---|---|
| food_craving1 | 0.635 |
| food_craving24 | 0.701 |
| food_craving25 | 0.724 |
| food_craving26 | 0.822 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving1 | 3.2232 | 3 | 1.1003 | 1.049 | 1 | 0.058 | 1 | 2 | 4 | 5 | -0.6013 | -0.4271 | 0.133 | 327 | 0 | 327 |
| food_craving24 | 2.6697 | 3 | 1.5164 | 1.2314 | 2 | 0.0681 | 1 | 1 | 4 | 5 | 0.0753 | -1.1379 | 0.1208 | 327 | 0 | 327 |
| food_craving25 | 2.7462 | 3 | 1.8955 | 1.3768 | 3 | 0.0761 | 1 | 1 | 4 | 5 | 0.0673 | -1.3577 | 0.1361 | 327 | 0 | 327 |
| food_craving26 | 2.9144 | 3 | 1.7534 | 1.3242 | 2 | 0.0732 | 1 | 1 | 4 | 5 | -0.1767 | -1.2967 | 0.1086 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving1 | Being with someone who was eating often made me hungry | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 3 | 5 | 3.223242 | 1.048960 | 5 | ▂▃▁▅▁▇▁▁ |
| food_craving24 | Whenever I went to a buffet, I ended up eating more than what I needed | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 3 | 5 | 2.669725 | 1.231402 | 5 | ▇▇▁▇▁▇▁▂ |
| food_craving25 | It was hard for me to resist the temptation to eat appetizing foods that were in my reach | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 3 | 5 | 2.746177 | 1.376771 | 5 | ▇▆▁▅▁▇▁▃ |
| food_craving26 | When I was with someone who was overeating, I usually overate too | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 3 | 5 | 2.914373 | 1.324153 | 5 | ▅▅▁▃▁▇▁▂ |
Reliability: .
Missing: 0.
Likert plot of scale craving_guilt items
Distribution of scale craving_guilt
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | food_craving4, food_craving7 & food_craving9 |
| Observations: | 327 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.89 |
| Omega (hierarchical): | 0.00 |
| Revelle’s Omega (total): | 0.89 |
| Greatest Lower Bound (GLB): | 0.90 |
| Coefficient H: | 0.90 |
| Coefficient Alpha: | 0.89 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.466, 0.311 & 0.223
| PC1 | |
|---|---|
| food_craving4 | 0.897 |
| food_craving7 | 0.898 |
| food_craving9 | 0.924 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving4 | 2.4343 | 2 | 1.6391 | 1.2803 | 3 | 0.0708 | 1 | 1 | 4 | 5 | 0.4341 | -1.0237 | 0.13 | 327 | 0 | 327 |
| food_craving7 | 2.1651 | 2 | 1.5984 | 1.2643 | 2 | 0.0699 | 1 | 1 | 4 | 5 | 0.7306 | -0.7575 | 0.1208 | 327 | 0 | 327 |
| food_craving9 | 2.1346 | 2 | 1.4297 | 1.1957 | 2 | 0.0661 | 1 | 1 | 4 | 5 | 0.8433 | -0.4202 | 0.1667 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| food_craving4 | I hated it when I gave in to cravings | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.434251 | 1.280261 | 5 | ▇▇▁▅▁▅▁▂ |
| food_craving7 | I often felt guilty for craving certain foods | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.165138 | 1.264283 | 5 | ▇▅▁▂▁▃▁▁ |
| food_craving9 | When I ate what I was craving I felt guilty about myself | haven_labelled | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
0 | 1 | 1 | 2 | 5 | 2.134557 | 1.195697 | 5 | ▇▇▁▂▁▃▁▁ |
Reliability: .
Missing: 0.
Likert plot of scale dietary_support_mean items
Distribution of scale dietary_support_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | dietary_support1, dietary_support2, dietary_support3, dietary_support4, dietary_support5, dietary_support8, dietary_support9, dietary_support6R & dietary_support7R |
| Observations: | 327 |
| Positive correlations: | 29 |
| Number of correlations: | 36 |
| Percentage positive correlations: | 81 |
| Omega (total): | 0.88 |
| Omega (hierarchical): | 0.72 |
| Revelle’s Omega (total): | 0.88 |
| Greatest Lower Bound (GLB): | 0.91 |
| Coefficient H: | 0.93 |
| Coefficient Alpha: | 0.76 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
3.55, 1.917, 1.098, 0.922, 0.532, 0.328, 0.27, 0.244 & 0.14
| TC1 | TC2 | TC3 | |
|---|---|---|---|
| dietary_support1 | 0.505 | -0.217 | 0.175 |
| dietary_support2 | 0.219 | -0.144 | 0.778 |
| dietary_support3 | 0.841 | 0.101 | 0.113 |
| dietary_support4 | 0.556 | -0.437 | -0.559 |
| dietary_support5 | 0.877 | 0.147 | 0.041 |
| dietary_support8 | 0.842 | 0.115 | 0.131 |
| dietary_support9 | 0.365 | -0.173 | 0.693 |
| dietary_support6R | 0.099 | 0.896 | -0.129 |
| dietary_support7R | 0.141 | 0.887 | -0.004 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dietary_support1 | 1.9266 | 1 | 1.3382 | 1.1568 | 2 | 0.064 | 1 | NA | 3 | 5 | 0.8617 | -0.643 | 0.081 | 327 | 0 | 327 |
| dietary_support2 | 2.682 | 3 | 1.8126 | 1.3463 | 3 | 0.0745 | 1 | 1 | 4 | 5 | 0.1244 | -1.2447 | 0.1244 | 327 | 0 | 327 |
| dietary_support3 | 2.3242 | 2 | 1.8332 | 1.354 | 2 | 0.0749 | 1 | 1 | 4 | 5 | 0.5666 | -1.0116 | 0.0948 | 327 | 0 | 327 |
| dietary_support4 | 1.4037 | 1 | 0.72 | 0.8485 | 0 | 0.0469 | 1 | NA | 2.5 | 5 | 2.2746 | 4.7525 | 0.0581 | 327 | 0 | 327 |
| dietary_support5 | 1.9602 | 1 | 1.5107 | 1.2291 | 2 | 0.068 | 1 | NA | 3 | 5 | 0.9737 | -0.3588 | 0.0856 | 327 | 0 | 327 |
| dietary_support8 | 2 | 1 | 1.5767 | 1.2557 | 2 | 0.0694 | 1 | NA | 3 | 5 | 0.8979 | -0.5418 | 0.0749 | 327 | 0 | 327 |
| dietary_support9 | 2.9205 | 3 | 1.9753 | 1.4054 | 3 | 0.0777 | 1 | 1 | 4 | 5 | -0.0914 | -1.2921 | 0.1269 | 327 | 0 | 327 |
| dietary_support6R | 3.5627 | 4 | 1.4738 | 1.214 | 2 | 0.0671 | 1 | 3 | 5 | 5 | -0.2714 | -1.0362 | 0.1391 | 327 | 0 | 327 |
| dietary_support7R | 3.3547 | 3 | 1.6775 | 1.2952 | 3 | 0.0716 | 1 | 2 | 5 | 5 | -0.1116 | -1.183 | 0.132 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dietary_support1 | Complimented me on my eating habits | haven_labelled | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
0 | 1 | 1 | 1 | 5 | 1.926605 | 1.1567865 | 5 | ▇▂▁▂▁▂▁▁ |
| dietary_support2 | Ate healthy or low-fat foods with me | haven_labelled | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
0 | 1 | 1 | 3 | 5 | 2.681957 | 1.3463465 | 5 | ▇▅▁▆▁▆▁▂ |
| dietary_support3 | Encouraged me not to eat unhealthy or high-fat foods when I was tempted to do so | haven_labelled | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
0 | 1 | 1 | 2 | 5 | 2.324159 | 1.3539752 | 5 | ▇▃▁▃▁▃▁▂ |
| dietary_support4 | Refused to eat healthy or low-fat foods with me | haven_labelled | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
0 | 1 | 1 | 1 | 5 | 1.403670 | 0.8485202 | 5 | ▇▁▁▁▁▁▁▁ |
| dietary_support5 | Reminded me not to eat unhealthy or high-fat foods | haven_labelled | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
0 | 1 | 1 | 1 | 5 | 1.960245 | 1.2290991 | 5 | ▇▂▁▂▁▂▁▁ |
| dietary_support8 | Reminded me to eat healthy or low-fat foods | haven_labelled | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
0 | 1 | 1 | 1 | 5 | 2.000000 | 1.2556620 | 5 | ▇▂▁▂▁▂▁▁ |
| dietary_support9 | Offered to eat healthy foods with me | haven_labelled | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
0 | 1 | 1 | 3 | 5 | 2.920489 | 1.4054372 | 5 | ▇▃▁▇▁▇▁▅ |
| dietary_support6R | Offered me unhealthy or high-fat foods | haven_labelled | 5. Never or almost never, 4. 2, 3. 3, 2. 4, 1. Almost always |
0 | 1 | 1 | 4 | 5 | 3.562691 | 1.2140093 | 5 | ▁▅▁▇▁▅▁▇ |
| dietary_support7R | Ate high-fat or unhealthy foods in front of me | haven_labelled | 5. Never or almost never, 4. 2, 3. 3, 2. 4, 1. Almost always |
0 | 1 | 1 | 3 | 5 | 3.354740 | 1.2951658 | 5 | ▂▆▁▇▁▅▁▇ |
Distribution of values for exercise_godin
1 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| exercise_godin | numeric | 1 | 0.9969419 | 0 | 44 | 440 | 52.93865 | 43.81713 | ▇▁▁▁▁ | NA |
Distribution of values for sleep_mean
0 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| sleep_mean | numeric | 0 | 1 | 6 | 12 | 17 | 11.95413 | 1.584348 | ▁▂▇▆▁ | NA |
Reliability: .
Missing: 0.
Likert plot of scale CESD_sum items
Distribution of scale CESD_sum
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | CESD1, CESD2, CESD3, CESD4, CESD6, CESD7, CESD9, CESD10, CESD5R & CESD8R |
| Observations: | 327 |
| Positive correlations: | 45 |
| Number of correlations: | 45 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.87 |
| Omega (hierarchical): | 0.69 |
| Revelle’s Omega (total): | 0.87 |
| Greatest Lower Bound (GLB): | 0.83 |
| Coefficient H: | 0.86 |
| Coefficient Alpha: | 0.83 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
4.139, 0.997, 0.836, 0.742, 0.729, 0.684, 0.555, 0.504, 0.448 & 0.365
| PC1 | |
|---|---|
| CESD1 | 0.605 |
| CESD2 | 0.657 |
| CESD3 | 0.784 |
| CESD4 | 0.723 |
| CESD6 | 0.621 |
| CESD7 | 0.487 |
| CESD9 | 0.726 |
| CESD10 | 0.687 |
| CESD5R | 0.416 |
| CESD8R | 0.640 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CESD1 | 0.9052 | 1 | 0.6075 | 0.7795 | 1 | 0.0431 | 0 | 0 | 2 | 3 | 0.4015 | -0.6098 | 0.1682 | 327 | 0 | 327 |
| CESD2 | 1.2202 | 1 | 0.9084 | 0.9531 | 2 | 0.0527 | 0 | 0 | 2 | 3 | 0.2313 | -0.9381 | 0.1468 | 327 | 0 | 327 |
| CESD3 | 0.7034 | 0 | 0.7369 | 0.8584 | 1 | 0.0475 | 0 | NA | 1 | 3 | 0.9627 | -0.0486 | 0.1437 | 327 | 0 | 327 |
| CESD4 | 0.9633 | 1 | 0.8575 | 0.926 | 2 | 0.0512 | 0 | 0 | 2 | 3 | 0.656 | -0.4679 | 0.185 | 327 | 0 | 327 |
| CESD6 | 0.7492 | 1 | 0.7529 | 0.8677 | 1 | 0.048 | 0 | 0 | 2 | 3 | 0.8211 | -0.3906 | 0.1437 | 327 | 0 | 327 |
| CESD7 | 0.9388 | 1 | 0.8674 | 0.9314 | 2 | 0.0515 | 0 | 0 | 2 | 3 | 0.6493 | -0.556 | 0.1713 | 327 | 0 | 327 |
| CESD9 | 0.7248 | 1 | 0.7032 | 0.8385 | 1 | 0.0464 | 0 | 0 | 2 | 3 | 0.9322 | 0.056 | 0.1667 | 327 | 0 | 327 |
| CESD10 | 0.7584 | 1 | 0.7175 | 0.8471 | 1 | 0.0468 | 0 | 0 | 2 | 3 | 0.9402 | 0.1819 | 0.182 | 327 | 0 | 327 |
| CESD5R | 0.9052 | 1 | 0.8284 | 0.9102 | 1 | 0.0503 | 0 | 0 | 2 | 3 | 0.8272 | -0.0819 | 0.1927 | 327 | 0 | 327 |
| CESD8R | 0.682 | 1 | 0.4323 | 0.6575 | 1 | 0.0364 | 0 | 0 | 2 | 3 | 0.5753 | -0.0763 | 0.2095 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CESD1 | I was bothered by things that don’t usually bother me. | haven_labelled | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
0 | 1 | 0 | 1 | 3 | 0.9051988 | 0.7794547 | 4 | ▆▁▇▁▁▃▁▁ |
| CESD2 | I had trouble keeping my mind on what I was doing. | haven_labelled | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
0 | 1 | 0 | 1 | 3 | 1.2201835 | 0.9531137 | 4 | ▆▁▇▁▁▇▁▂ |
| CESD3 | I felt depressed. | haven_labelled | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
0 | 1 | 0 | 0 | 3 | 0.7033639 | 0.8584233 | 4 | ▇▁▅▁▁▂▁▁ |
| CESD4 | I felt that everything I did was an effort. | haven_labelled | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
0 | 1 | 0 | 1 | 3 | 0.9633028 | 0.9260372 | 4 | ▇▁▇▁▁▃▁▂ |
| CESD6 | I felt fearful. | haven_labelled | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
0 | 1 | 0 | 1 | 3 | 0.7492355 | 0.8676838 | 4 | ▇▁▅▁▁▃▁▁ |
| CESD7 | My sleep was restless. | haven_labelled | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
0 | 1 | 0 | 1 | 3 | 0.9388379 | 0.9313503 | 4 | ▇▁▇▁▁▃▁▂ |
| CESD9 | I felt lonely. | haven_labelled | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
0 | 1 | 0 | 1 | 3 | 0.7247706 | 0.8385449 | 4 | ▇▁▆▁▁▂▁▁ |
| CESD10 | I could not “get going”. | haven_labelled | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
0 | 1 | 0 | 1 | 3 | 0.7584098 | 0.8470707 | 4 | ▇▁▆▁▁▂▁▁ |
| CESD5R | I felt hopeful about the future. | haven_labelled | 3. Rarely or none of the time, 2. Some or a little of the time, 1. Occasionally or a moderate amount of time, 0. Most or all of the time |
0 | 1 | 0 | 1 | 3 | 0.9051988 | 0.9101695 | 4 | ▇▁▇▁▁▂▁▂ |
| CESD8R | I was happy. | haven_labelled | 3. Rarely or none of the time, 2. Some or a little of the time, 1. Occasionally or a moderate amount of time, 0. Most or all of the time |
0 | 1 | 0 | 1 | 3 | 0.6819572 | 0.6574807 | 4 | ▇▁▇▁▁▂▁▁ |
Reliability: .
Missing: 0.
Likert plot of scale stress_mean items
Distribution of scale stress_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | stress1, stress2, stress3, stress6, stress9, stress10, stress4R, stress5R, stress7R & stress8R |
| Observations: | 327 |
| Positive correlations: | 45 |
| Number of correlations: | 45 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.89 |
| Omega (hierarchical): | 0.72 |
| Revelle’s Omega (total): | 0.89 |
| Greatest Lower Bound (GLB): | 0.87 |
| Coefficient H: | 0.88 |
| Coefficient Alpha: | 0.87 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
4.589, 1.143, 0.854, 0.728, 0.564, 0.529, 0.46, 0.445, 0.38 & 0.308
| TC1 | TC2 | |
|---|---|---|
| stress1 | -0.072 | 0.795 |
| stress2 | 0.125 | 0.734 |
| stress3 | 0.390 | 0.443 |
| stress6 | 0.448 | 0.395 |
| stress9 | -0.069 | 0.833 |
| stress10 | 0.529 | 0.410 |
| stress4R | 0.686 | 0.132 |
| stress5R | 0.689 | 0.076 |
| stress7R | 0.662 | -0.137 |
| stress8R | 0.890 | -0.114 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| stress1 | 1.7706 | 2 | 0.7356 | 0.8577 | 1 | 0.0474 | 0 | 1 | 3 | 4 | -0.1568 | -0.1463 | 0.133 | 327 | 0 | 327 |
| stress2 | 1.6758 | 2 | 0.9437 | 0.9714 | 1 | 0.0537 | 0 | 1 | 3 | 4 | 0.102 | -0.3201 | 0.1483 | 327 | 0 | 327 |
| stress3 | 2.5994 | 3 | 0.9034 | 0.9505 | 1 | 0.0526 | 0 | 2 | 4 | 4 | -0.3091 | -0.1753 | 0.1774 | 327 | 0 | 327 |
| stress6 | 1.7064 | 2 | 1.1099 | 1.0535 | 1 | 0.0583 | 0 | 1 | 3 | 4 | 0.1503 | -0.5539 | 0.1468 | 327 | 0 | 327 |
| stress9 | 1.737 | 2 | 1.0165 | 1.0082 | 1 | 0.0558 | 0 | 1 | 3 | 4 | 0.0223 | -0.4313 | 0.13 | 327 | 0 | 327 |
| stress10 | 1.5076 | 1 | 1.2875 | 1.1347 | 1 | 0.0627 | 0 | 0 | 2 | 4 | 0.3676 | -0.5927 | 0.1468 | 327 | 0 | 327 |
| stress4R | 1.318 | 1 | 0.6838 | 0.8269 | 1 | 0.0457 | 0 | 0 | 2 | 4 | 0.168 | -0.3404 | 0.1697 | 327 | 0 | 327 |
| stress5R | 1.5719 | 2 | 0.6812 | 0.8253 | 1 | 0.0456 | 0 | 1 | 3 | 4 | 0.1146 | 0.2216 | 0.1774 | 327 | 0 | 327 |
| stress7R | 1.474 | 1 | 0.8268 | 0.9093 | 1 | 0.0503 | 0 | 0 | 2 | 4 | 0.4471 | 0.1383 | 0.1697 | 327 | 0 | 327 |
| stress8R | 1.5076 | 1 | 0.7906 | 0.8891 | 1 | 0.0492 | 0 | 0 | 2 | 4 | 0.2139 | -0.2541 | 0.182 | 327 | 0 | 327 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| stress1 | How often have you been upset because of something that happened unexpectedly? | haven_labelled | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
0 | 1 | 0 | 2 | 4 | 1.770642 | 0.8576580 | 5 | ▁▅▁▇▁▃▁▁ |
| stress2 | How often have you felt unable to control the important things in your life? | haven_labelled | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
0 | 1 | 0 | 2 | 4 | 1.675841 | 0.9714311 | 5 | ▂▆▁▇▁▃▁▁ |
| stress3 | How often have you felt nervous or stressed? | haven_labelled | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
0 | 1 | 0 | 3 | 4 | 2.599388 | 0.9504921 | 5 | ▁▂▁▇▁▇▁▅ |
| stress6 | How often have you found that you couldn’t cope with all the things you had to do? | haven_labelled | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
0 | 1 | 0 | 2 | 4 | 1.706422 | 1.0535021 | 5 | ▃▇▁▇▁▅▁▁ |
| stress9 | How often have you been angry because of things that happened that were outside of your control? | haven_labelled | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
0 | 1 | 0 | 2 | 4 | 1.737003 | 1.0082212 | 5 | ▂▅▁▇▁▃▁▁ |
| stress10 | How often have you felt that difficulties were piling up so high that you could not overcome them? | haven_labelled | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
0 | 1 | 0 | 1 | 4 | 1.507645 | 1.1346885 | 5 | ▆▇▁▇▁▃▁▂ |
| stress4R | How often have you felt confident about your ability to handle personal problems? | haven_labelled | 4. Never, 3. Almost never, 2. Sometimes, 1. Fairly often, 0. Very often |
0 | 1 | 0 | 1 | 4 | 1.318043 | 0.8269308 | 5 | ▃▇▁▆▁▁▁▁ |
| stress5R | How often have you felt that things were going your way? | haven_labelled | 4. Never, 3. Almost never, 2. Sometimes, 1. Fairly often, 0. Very often |
0 | 1 | 0 | 2 | 4 | 1.571865 | 0.8253298 | 5 | ▂▆▁▇▁▂▁▁ |
| stress7R | How often have you been able to control irritations in your life? | haven_labelled | 4. Never, 3. Almost never, 2. Sometimes, 1. Fairly often, 0. Very often |
0 | 1 | 0 | 1 | 4 | 1.474006 | 0.9092724 | 5 | ▂▇▁▆▁▂▁▁ |
| stress8R | How often have you felt that you were on top of things? | haven_labelled | 4. Never, 3. Almost never, 2. Sometimes, 1. Fairly often, 0. Very often |
0 | 1 | 0 | 1 | 4 | 1.507645 | 0.8891488 | 5 | ▂▇▁▇▁▂▁▁ |
| name | label | data_type | ordered | value_labels | scale_item_names | n_missing | complete_rate | n_unique | empty | top_counts | min | median | max | mean | sd | whitespace | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| StartDate | Start Date | POSIXct | NA | NA | NA | 327 | 0.0000000 | 0 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| EndDate | End Date | POSIXct | NA | NA | NA | 327 | 0.0000000 | 0 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| id | Participant ID | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 301.00 | 385.0 | 983.00 | 389.3241590 | 62.1727171 | NA | NA | ▇▂▁▁▁ |
| visit | Visit Number | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 1.00 | 2.0 | 3.00 | 1.9877676 | 0.8251251 | NA | NA | ▇▁▇▁▇ |
| gender | Gender | factor | FALSE | 1. Male, 2. Female |
NA | 0 | 1.0000000 | 2 | NA | Fem: 254, Mal: 73 | NA | NA | NA | NA | NA | NA | NA | NA |
| age | Age | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 18.00 | 20.0 | 29.00 | 20.3516820 | 2.0338822 | NA | NA | ▇▃▁▁▁ |
| race | Race | factor | FALSE | 1. American Indian, 2. White/Caucasian, 3. Other (specify), 4. African-American, 5. Asian/Pacific Islander |
NA | 0 | 1.0000000 | 4 | NA | Whi: 264, Asi: 29, Oth: 17, Afr: 17 | NA | NA | NA | NA | NA | NA | NA | NA |
| hispanic | Hispanic | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 1.00 | 1.0 | 2.00 | 1.1406728 | 0.3482165 | NA | NA | ▇▁▁▁▁ |
| ladder | MacArthur Scale of Subjective Social Status | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 2.00 | 7.0 | 11.00 | 7.1620795 | 1.4552737 | NA | NA | ▁▂▇▇▁ |
| same | Still exclusively dating the same person from visit 1 | numeric | NA | NA | NA | 113 | 0.6544343 | NA | NA | NA | 0.00 | 1.0 | 1.00 | 0.9299065 | 0.2559031 | NA | NA | ▁▁▁▁▇ |
| ex | Not currently dating with anyone right now | numeric | NA | NA | NA | 113 | 0.6544343 | NA | NA | NA | 0.00 | 0.0 | 1.00 | 0.0467290 | 0.2115526 | NA | NA | ▇▁▁▁▁ |
| new | Dating with a different person from visit 1 | numeric | NA | NA | NA | 113 | 0.6544343 | NA | NA | NA | 0.00 | 0.0 | 1.00 | 0.0233645 | 0.1514124 | NA | NA | ▇▁▁▁▁ |
| heart | Heart Manikin | haven_labelled | NA | 1. lonely, rejected, isolated, disconnected, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. 9, 10. cared for, accepted, loved, connected |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 7.0 | 9 | 7.1529052 | 1.5171360 | NA | 10 | ▁▁▁▂▅▇▇▆ |
| valence | Valence Self-Assessment Manikin | haven_labelled | NA | 1. unhappy, annoyed, unsatisfied, bored, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. 9, 10. happy, pleased, satisfied, hopeful |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 7.0 | 9 | 6.5198777 | 1.4481009 | NA | 10 | ▁▁▂▃▅▇▃▂ |
| PROMIS_isolation1 | I felt left out. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 4 | 2.1131498 | 0.7848517 | NA | 5 | ▃▁▇▁▁▅▁▁ |
| PROMIS_isolation2 | I felt that people barely know me. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.0948012 | 0.9625840 | NA | 5 | ▇▇▁▅▁▂▁▁ |
| PROMIS_isolation3 | I felt isolated from others. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.0000000 | 0.9234505 | NA | 5 | ▇▇▁▅▁▂▁▁ |
| PROMIS_isolation4 | I felt that people were around me but not with me. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.0152905 | 0.9671341 | NA | 5 | ▇▇▁▅▁▂▁▁ |
| PROMIS_isolation5 | I felt isolated even when I was not alone. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 1.7981651 | 0.8627942 | NA | 5 | ▇▇▁▂▁▁▁▁ |
| PROMIS_isolation6 | I felt that people avoided talking to me. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 4 | 2.9877676 | 0.1561723 | NA | 5 | ▁▁▁▁▁▇▁▁ |
| PROMIS_isolation7 | I felt detached from other people. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.5657492 | 0.7478730 | NA | 5 | ▇▅▁▁▁▁▁▁ |
| PROMIS_isolation8 | I felt like a stranger to those around me. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.0122324 | 0.9687622 | NA | 5 | ▇▇▁▃▁▂▁▁ |
| PROMIS_emotional1 | I had someone who listened to me when I needed to talk. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 5.0 | 5 | 4.5504587 | 0.6337091 | NA | 5 | ▁▁▁▁▁▅▁▇ |
| PROMIS_emotional2 | I had someone to confide in or talk to about about myself or my problems. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 5.0 | 5 | 4.5382263 | 0.6766758 | NA | 5 | ▁▁▁▁▁▃▁▇ |
| PROMIS_emotional3 | I had someone who made me feel appreciated. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 5.0 | 5 | 4.5626911 | 0.6702825 | NA | 5 | ▁▁▁▁▁▃▁▇ |
| PROMIS_emotional4 | I had someone to talk with when I had a bad day. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 5.0 | 5 | 4.6880734 | 0.5760653 | NA | 5 | ▁▁▁▁▁▂▁▇ |
| PROMIS_emotional5 | I had someone who understood my problems. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 4.0 | 5 | 4.2110092 | 0.8334281 | NA | 5 | ▁▁▁▃▁▇▁▇ |
| PROMIS_emotional6 | I had someone I trusted to talk with about my feelings. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 5.0 | 5 | 4.6024465 | 0.6653521 | NA | 5 | ▁▁▁▁▁▃▁▇ |
| PROMIS_emotional7 | I had someone with whom to share my most private worries and fears. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 5.0 | 5 | 4.3822630 | 0.9053643 | NA | 5 | ▁▁▁▂▁▃▁▇ |
| PROMIS_emotional8 | I had someone I trusted to talk with about my problems. | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 5.0 | 5 | 4.6085627 | 0.6689797 | NA | 5 | ▁▁▁▁▁▃▁▇ |
| PROMIS_informational1 | I had someone to give me good advice about a crisis if I needed it | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 4.0 | 5 | 4.3302752 | 0.7099863 | NA | 5 | ▁▁▂▁▁▇▁▇ |
| PROMIS_informational2 | I had someone to turn to for suggestions about how to deal with a problem | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 5.0 | 5 | 4.5015291 | 0.6867484 | NA | 5 | ▁▁▁▁▁▅▁▇ |
| PROMIS_informational3 | I had someone to give me information if I needed it | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 4.0 | 5 | 4.3425076 | 0.7423209 | NA | 5 | ▁▁▂▁▁▆▁▇ |
| PROMIS_informational4 | I got useful advice about important things in life | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 4.0 | 5 | 4.1834862 | 0.8490175 | NA | 5 | ▁▁▁▃▁▇▁▇ |
| PROMIS_informational5 | I could get helpful advice from others when dealing with a problem | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 4.0 | 5 | 4.3180428 | 0.7490762 | NA | 5 | ▁▁▂▁▁▇▁▇ |
| PROMIS_informational6 | My friends had useful information to help me with my problems | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 4.0 | 5 | 4.0397554 | 0.9007209 | NA | 5 | ▁▁▁▃▁▇▁▇ |
| PROMIS_informational7 | I had people I could turn to for help with my problems | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 5.0 | 5 | 4.4923547 | 0.7425104 | NA | 5 | ▁▁▁▁▁▅▁▇ |
| PROMIS_informational8 | Other people helped me get information when I had a problem | haven_labelled | NA | 1. Never, 2. Rarely, 3. Sometimes, 4. Usually, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 4.0 | 5 | 4.0366972 | 0.9126911 | NA | 5 | ▁▁▁▅▁▇▁▇ |
| couples_satisfaction1 | Please indicate the degree of happiness, all things considered, of your relationship with your romantic partner during the past four weeks. | haven_labelled | NA | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 5.0 | 6 | 4.1834862 | 1.1839816 | NA | 7 | ▁▁▂▃▁▅▇▁ |
| couples_satisfaction2 | I had a warm and comfortable relationship with my partner during the past four weeks | haven_labelled | NA | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 5.0 | 6 | 4.9051988 | 1.1077822 | NA | 7 | ▁▁▁▂▃▁▇▇ |
| couples_satisfaction3 | How rewarding was your relationship with your partner during the past four weeks? | haven_labelled | NA | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 5.0 | 6 | 4.7247706 | 1.2022848 | NA | 7 | ▁▁▁▂▅▁▇▇ |
| couples_satisfaction4 | In general, how satisfied were you with your relationship with your romantic partner during the past four weeks? | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 1.00 | 5.0 | 6.00 | 4.7278287 | 1.1468505 | NA | NA | ▁▂▃▇▅ |
| couples_satisfaction_EX1 | Please indicate the degree of happiness, all things considered, of your relationship with your ex-romantic partner during the past four weeks. | haven_labelled | NA | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
NA | 323 | 0.0122324 | NA | NA | NA | 0 | 3.0 | 3 | 2.2500000 | 1.5000000 | NA | 7 | ▂▁▁▁▁▁▁▇ |
| couples_satisfaction_EX2 | I had a warm and comfortable relationship with my ex-romantic partner during the past four weeks | haven_labelled | NA | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
NA | 323 | 0.0122324 | NA | NA | NA | 1 | 3.5 | 4 | 3.0000000 | 1.4142136 | NA | 7 | ▃▁▁▁▁▃▁▇ |
| couples_satisfaction_EX3 | How rewarding was your relationship with your ex-romantic partner during the past four weeks? | haven_labelled | NA | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
NA | 323 | 0.0122324 | NA | NA | NA | 1 | 2.5 | 4 | 2.5000000 | 1.2909944 | NA | 7 | ▇▁▇▁▁▇▁▇ |
| couples_satisfaction_EX4 | In general, how satisfied were you with your relationship with your ex-romantic partner during the past four weeks? | numeric | NA | NA | NA | 323 | 0.0122324 | NA | NA | NA | 2.00 | 2.5 | 3.00 | 2.5000000 | 0.5773503 | NA | NA | ▇▁▁▁▇ |
| IOS | Please choose the picture above that best describes your relationship with your partner. | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 1.00 | 5.0 | 7.00 | 4.8960245 | 1.2851975 | NA | NA | ▁▂▅▇▇ |
| partner_resp1 | My romantic partner understood me | haven_labelled | NA | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 4.0 | 5 | 4.1987768 | 0.9202552 | NA | 7 | ▁▁▁▂▁▆▁▇ |
| partner_resp2 | My romantic partner made me feel like he/she valued my abilities and opinions | haven_labelled | NA | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 5.0 | 5 | 4.4006116 | 0.8801141 | NA | 7 | ▁▁▁▂▁▃▁▇ |
| partner_resp3 | My romantic partner made me feel cared for | haven_labelled | NA | 0. Extremely Unhappy, 1. Fairly Unhappy, 2. A little Unhappy, 3. Happy, 4. Very Happy, 5. Extremely Happy, 6. Perfect |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 5.0 | 5 | 4.5596330 | 0.8446642 | NA | 7 | ▁▁▁▁▁▂▁▇ |
| conflict1 | How often did you and your partner have arguments or disagreements? | haven_labelled | NA | 1. Never, 2. 2, 3. 3, 4. Sometimes, 5. 5, 6. 6, 7. Regularly |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 7 | 2.6146789 | 1.3286018 | NA | 7 | ▅▇▃▃▁▂▁▁ |
| conflict2 | How often did you and your partner have arguments or disagreements that were serious enough to negatively affect your relationship? | haven_labelled | NA | 1. Never, 2. 2, 3. 3, 4. Sometimes, 5. 5, 6. 6, 7. Regularly |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 7 | 1.6146789 | 1.1343082 | NA | 7 | ▇▂▁▁▁▁▁▁ |
| conflict3 | How often did you and your partner have unresolved conflicts or disagreements? | haven_labelled | NA | 1. Never, 2. 2, 3. 3, 4. Sometimes, 5. 5, 6. 6, 7. Regularly |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 7 | 1.5137615 | 0.9459116 | NA | 7 | ▇▂▁▁▁▁▁▁ |
| ostracism1 | Treated me as if I was invisible | haven_labelled | NA | 1. Never, 2. 2, 3. 3, 4. 4, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 4 | 1.1100917 | 0.4071323 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| ostracism2 | Looked through me as if I did not exist | haven_labelled | NA | 1. Never, 2. 2, 3. 3, 4. 4, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 4 | 1.0489297 | 0.2781243 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| ostracism3 | Ignored my presence when others were around | haven_labelled | NA | 1. Never, 2. 2, 3. 3, 4. 4, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 4 | 1.1345566 | 0.4220877 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| ostracism4 | Ignored me during conversation | haven_labelled | NA | 1. Never, 2. 2, 3. 3, 4. 4, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 3 | 1.2324159 | 0.5205483 | NA | 5 | ▇▁▁▂▁▁▁▁ |
| ostracism5 | Ignored me in other situations | haven_labelled | NA | 1. Never, 2. 2, 3. 3, 4. 4, 5. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 4 | 1.1681957 | 0.4820369 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| ostracism6R | Spent time with me at home | haven_labelled | NA | 5. Never, 4. 2, 3. 3, 2. 4, 1. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.4128440 | 1.2498663 | NA | 5 | ▅▇▁▃▁▂▁▂ |
| ostracism7R | Spent time with me outside of my home | haven_labelled | NA | 5. Never, 4. 2, 3. 3, 2. 4, 1. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.2935780 | 1.1455656 | NA | 5 | ▅▇▁▃▁▁▁▂ |
| ostracism8R | Included me in his/her plans with close friends or family | haven_labelled | NA | 5. Never, 4. 2, 3. 3, 2. 4, 1. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.2415902 | 1.3152181 | NA | 5 | ▇▆▁▃▁▁▁▂ |
| ostracism9R | Made an effort to get my attention | haven_labelled | NA | 5. Never, 4. 2, 3. 3, 2. 4, 1. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 1.9510703 | 1.0497109 | NA | 5 | ▇▇▁▃▁▁▁▁ |
| ostracism10R | Invited me to join him/her for weekend, hobbies, or events | haven_labelled | NA | 5. Never, 4. 2, 3. 3, 2. 4, 1. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 1.9143731 | 1.2002076 | NA | 5 | ▇▅▁▂▁▁▁▁ |
| abuse_psychological1 | Call your romantic partner a name and/or criticized him/her | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.5565749 | 0.7527116 | NA | 5 | ▇▅▁▁▁▁▁▁ |
| abuse_psychological2 | Give your romantic partner angry stares or looks | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 4 | 1.5474006 | 0.7114646 | NA | 5 | ▇▁▅▁▁▂▁▁ |
| abuse_psychological3 | Put down your romantic partner’s family and friends | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 4 | 1.2110092 | 0.5028763 | NA | 5 | ▇▁▂▁▁▁▁▁ |
| abuse_psychological4 | Try to keep your romantic partner from doing something he/she wanted to do (e.g., going out with friends, going to meetings) | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 4 | 1.1987768 | 0.5078510 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_psychological5 | End a discussion with your romantic partner and made the decision yourself | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 4 | 1.4250765 | 0.7134002 | NA | 5 | ▇▁▂▁▁▁▁▁ |
| abuse_psychological6 | Accuse your romantic partner of paying too much attention to someone or something else | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.4006116 | 0.7358478 | NA | 5 | ▇▂▁▁▁▁▁▁ |
| abuse_psychological7 | Check up on your romantic partner (e.g., listened to your romantic partner’s phone calls, checked the mileage on your romantic partner’s car, called your romantic partner repeatedly at work) | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.2446483 | 0.7230392 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_psychological8 | Tell your romantic partner that he/she was a bad person | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.0795107 | 0.4142134 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_psychological9 | Say things to scare your romantic partner | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.1162080 | 0.4416370 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_psychological10 | Prevent your romantic partner from having money for his/her own use | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.0489297 | 0.3724283 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_psychological11 | Make your romantic partner do something humiliating or degrading | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.0275229 | 0.2523041 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_psychological12 | Threaten to hit or throw something at your romantic partner | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 2 | 1.0122324 | 0.1100902 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical1 | Throw, hit, kick, or smash something | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.0336391 | 0.2634712 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical2 | Threaten your romantic partner with a knife, gun, or other weapon | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.0305810 | 0.2579663 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical3 | Push, grab, or shove your romantic partner | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 1 | 1.0000000 | 0.0000000 | NA | 5 | ▁▁▁▇▁▁▁▁ |
| abuse_physical4 | Slap, hit, or punch your romantic partner | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 3 | 1.0336391 | 0.2118424 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical5 | Throw your romantic partner around | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 3 | 1.0397554 | 0.2381111 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical6 | Choke or strangle your romantic partner | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 3 | 1.0305810 | 0.2457878 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical7 | Kick your romantic partner | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 2 | 1.0061162 | 0.0780861 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical8 | Use a knife, gun, or other weapon against your romantic partner | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 1 | 1.0000000 | 0.0000000 | NA | 5 | ▁▁▁▇▁▁▁▁ |
| abuse_physical9 | Drive recklessly when your romantic partner was in the car | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 1 | 1.0000000 | 0.0000000 | NA | 5 | ▁▁▁▇▁▁▁▁ |
| abuse_physical10 | Spank your romantic partner | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 2 | 1.0214067 | 0.1449577 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| abuse_physical11 | Stop your romantic partner or try to stopped him/her from going to work or school | haven_labelled | NA | 1. Never, 2. Rarly, 3. Sometimes, 4. Often, 5. Very Often |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.1100917 | 0.5077217 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_economic1 | Make it difficult for your partner to work or study | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 2 | 0.4067278 | 0.6140112 | NA | 5 | ▇▁▁▃▁▁▁▁ |
| control_economic2 | Control your partner’s money | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 2 | 0.0733945 | 0.3334084 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_economic3 | Keep your own money matters secret | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 3 | 0.2660550 | 0.6502789 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_economic4 | Refuse to share money/pay fair share | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 4 | 0.0428135 | 0.2899154 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_threats1 | Threaten to harm your romantic partner | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 0 | 0.0000000 | 0.0000000 | NA | 5 | ▁▁▁▇▁▁▁▁ |
| control_threats2 | Threaten to leave your romantic relationship | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 3 | 0.1467890 | 0.4324070 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_threats3 | Threaten to harm yourself | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 1 | 0.0183486 | 0.1344143 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_threats4 | Threaten to disclose damaging or embarrassing information | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 1 | 0.0061162 | 0.0780861 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_intimidation1 | Try to make your partner do things they didn’t want to | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 2 | 0.0978593 | 0.3362939 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_intimidation2 | Use nasty looks and gestures to make your partner feel bad or silly | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 2 | 0.1223242 | 0.3959420 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_intimidation3 | Smash your partner’s property when annoyed/angry | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 0 | 0.0000000 | 0.0000000 | NA | 5 | ▁▁▁▇▁▁▁▁ |
| control_intimidation4 | Be nasty or rude to your partner’s friends or family | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 1 | 0.0152905 | 0.1228939 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_intimidation5 | Vent your anger on your partner’s pets | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 1 | 0.0030581 | 0.0553001 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_emotional1 | Try to put your partner down when he/she was getting ‘too big for their boots’ | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 2 | 0.0733945 | 0.3045591 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_emotional2 | Show your partner up in public | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 2 | 0.0428135 | 0.2310327 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_emotional3 | Tell your partner they were going mad | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 1 | 0.0244648 | 0.1547240 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_emotional4 | Tell your partner they were lying or confused | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 4 | 0.1590214 | 0.4819786 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_emotional5 | Call your partner unpleasant names | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 3 | 0.1039755 | 0.3609158 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_isolation1 | Try to restrict time your partner spent with family or friends | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 2 | 0.0703364 | 0.3102654 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_isolation2 | Want to know where your partner went and who they spoke to when not together with you | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 4 | 0.5718654 | 0.8723095 | NA | 5 | ▇▂▁▂▁▁▁▁ |
| control_isolation3 | Try to limit the amount of activities outside the relationship your partner engaged in | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 2 | 0.0428135 | 0.2173503 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_isolation4 | Act suspicious and jealous of your partner | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 4 | 0.2935780 | 0.6913500 | NA | 5 | ▇▂▁▁▁▁▁▁ |
| control_isolation5 | Check up on your partner’s movements | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 3 | 0.1926606 | 0.4855658 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| control_isolation6 | Try to make your partner feel jealous | haven_labelled | NA | 0. Never, 1. Rarly, 2. Sometimes, 3. Often, 4. Always |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 3 | 0.1773700 | 0.5245873 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| food_craving1 | Being with someone who was eating often made me hungry | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 3.2232416 | 1.0489600 | NA | 5 | ▂▃▁▅▁▇▁▁ |
| food_craving2 | When I craved something, I knew I wouldn’t be able to stop eating once I started | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.2691131 | 1.0914026 | NA | 5 | ▆▇▁▃▁▃▁▁ |
| food_craving3 | If I ate what I was craving, I often lost control and atetoo much | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.3180428 | 1.2171116 | NA | 5 | ▇▆▁▃▁▅▁▁ |
| food_craving4 | I hated it when I gave in to cravings | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.4342508 | 1.2802612 | NA | 5 | ▇▇▁▅▁▅▁▂ |
| food_craving5 | Food cravings invariably made me think of ways to get what I wanted to eat | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 2.6666667 | 1.2782593 | NA | 5 | ▇▅▁▆▁▇▁▁ |
| food_craving6 | I felt like I had food on my mind all the time | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.1376147 | 1.1088148 | NA | 5 | ▇▇▁▃▁▂▁▁ |
| food_craving7 | I often felt guilty for craving certain foods | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.1651376 | 1.2642835 | NA | 5 | ▇▅▁▂▁▃▁▁ |
| food_craving8 | I found myself preoccupied with food | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.0091743 | 1.0493534 | NA | 5 | ▇▇▁▃▁▂▁▁ |
| food_craving9 | When I ate what I was craving I felt guilty about myself | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.1345566 | 1.1956972 | NA | 5 | ▇▇▁▂▁▃▁▁ |
| food_craving10 | Whenever I had cravings, I found myself making plans to eat | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 2.8440367 | 1.3001249 | NA | 5 | ▅▃▁▅▁▇▁▁ |
| food_craving11 | I craved foods when I felt bored, angry, or sad | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 3.0000000 | 1.2209822 | NA | 5 | ▃▅▁▅▁▇▁▂ |
| food_craving12 | If I got what I was craving. I couldn’t stop myself from eating it | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.2110092 | 1.2012779 | NA | 5 | ▇▇▁▂▁▃▁▁ |
| food_craving13 | When I craved certain foods, I usually tried to eat them as soon as I could | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 2.6972477 | 1.2738853 | NA | 5 | ▆▆▁▅▁▇▁▂ |
| food_craving14 | I had no will power to resist my food cravings | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 1.8746177 | 1.0329826 | NA | 5 | ▇▆▁▂▁▂▁▁ |
| food_craving15 | Once I started eating, I had trouble stopping | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 1.9663609 | 1.0805446 | NA | 5 | ▇▆▁▂▁▂▁▁ |
| food_craving16 | I couldn’t stop thinking about eating no matter how hard I tried | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.6574924 | 0.8924344 | NA | 5 | ▇▃▁▂▁▁▁▁ |
| food_craving17 | I spent a lot of time thinking about whatever it was I would eat next | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.1223242 | 1.1499627 | NA | 5 | ▇▆▁▃▁▃▁▁ |
| food_craving18 | If I gave in to a food craving, all control was lost | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.6055046 | 0.9136156 | NA | 5 | ▇▅▁▁▁▁▁▁ |
| food_craving19 | When I was stressed out, I craved food | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 5.0 | 5 | 4.9510703 | 0.4189423 | NA | 5 | ▁▁▁▁▁▁▁▇ |
| food_craving20 | I daydreamed about food | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 2.9694190 | 1.2330995 | NA | 5 | ▃▃▁▅▁▇▁▂ |
| food_craving21 | Whenever I had a food craving, I kept on thinking about eating until I actually ate the food | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.2415902 | 1.1537009 | NA | 5 | ▇▆▁▅▁▃▁▁ |
| food_craving22 | If I was craving something, thoughts of eating it consumed me | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.3639144 | 1.2130353 | NA | 5 | ▇▇▁▃▁▅▁▁ |
| food_craving23 | My emotions often made me want to eat | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.7737003 | 0.9833800 | NA | 5 | ▇▅▁▂▁▁▁▁ |
| food_craving24 | Whenever I went to a buffet, I ended up eating more than what I needed | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 2.6697248 | 1.2314019 | NA | 5 | ▇▇▁▇▁▇▁▂ |
| food_craving25 | It was hard for me to resist the temptation to eat appetizing foods that were in my reach | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 2.7461774 | 1.3767713 | NA | 5 | ▇▆▁▅▁▇▁▃ |
| food_craving26 | When I was with someone who was overeating, I usually overate too | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 2.9143731 | 1.3241532 | NA | 5 | ▅▅▁▃▁▇▁▂ |
| food_craving27 | I craved foods when I was upset | haven_labelled | NA | 1. Strongly disagree, 2. Disagree, 3. Neutral, 4. Agree, 5. Strongly agree |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.6055046 | 1.3177762 | NA | 5 | ▇▆▁▃▁▇▁▂ |
| dietary_support1 | Complimented me on my eating habits | haven_labelled | NA | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.9266055 | 1.1567865 | NA | 5 | ▇▂▁▂▁▂▁▁ |
| dietary_support2 | Ate healthy or low-fat foods with me | haven_labelled | NA | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 2.6819572 | 1.3463465 | NA | 5 | ▇▅▁▆▁▆▁▂ |
| dietary_support3 | Encouraged me not to eat unhealthy or high-fat foods when I was tempted to do so | haven_labelled | NA | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.3241590 | 1.3539752 | NA | 5 | ▇▃▁▃▁▃▁▂ |
| dietary_support4 | Refused to eat healthy or low-fat foods with me | haven_labelled | NA | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.4036697 | 0.8485202 | NA | 5 | ▇▁▁▁▁▁▁▁ |
| dietary_support5 | Reminded me not to eat unhealthy or high-fat foods | haven_labelled | NA | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 1.9602446 | 1.2290991 | NA | 5 | ▇▂▁▂▁▂▁▁ |
| dietary_support6R | Offered me unhealthy or high-fat foods | haven_labelled | NA | 5. Never or almost never, 4. 2, 3. 3, 2. 4, 1. Almost always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 4.0 | 5 | 3.5626911 | 1.2140093 | NA | 5 | ▁▅▁▇▁▅▁▇ |
| dietary_support7R | Ate high-fat or unhealthy foods in front of me | haven_labelled | NA | 5. Never or almost never, 4. 2, 3. 3, 2. 4, 1. Almost always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 3.3547401 | 1.2951658 | NA | 5 | ▂▆▁▇▁▅▁▇ |
| dietary_support8 | Reminded me to eat healthy or low-fat foods | haven_labelled | NA | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 1.0 | 5 | 2.0000000 | 1.2556620 | NA | 5 | ▇▂▁▂▁▂▁▁ |
| dietary_support9 | Offered to eat healthy foods with me | haven_labelled | NA | 1. Never or almost never, 2. 2, 3. 3, 4. 4, 5. Almost always |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 2.9204893 | 1.4054372 | NA | 5 | ▇▃▁▇▁▇▁▅ |
| body_image | Which of the pictures below best represents you? | haven_labelled | NA | 1. BMI 17, 2. BMI 19, 3. BMI 22, 4. BMI 24, 5. BMI 26, 6. BMI 29, 7. BMI 33, 8. BMI 37, 9. BMI 40 |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 4.0 | 7 | 3.8470948 | 1.3388425 | NA | 9 | ▁▅▇▇▁▅▂▁ |
| exercise1 | NA | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 0.00 | 2.0 | 15.00 | 2.2293578 | 2.1915889 | NA | NA | ▇▂▁▁▁ |
| exercise2 | NA | numeric | NA | NA | NA | 1 | 0.9969419 | NA | NA | NA | 0.00 | 3.0 | 30.00 | 3.2423313 | 3.5178034 | NA | NA | ▇▁▁▁▁ |
| exercise3 | NA | numeric | NA | NA | NA | 1 | 0.9969419 | NA | NA | NA | 0.00 | 5.0 | 60.00 | 5.5521472 | 6.2137846 | NA | NA | ▇▁▁▁▁ |
| exercise4 | NA | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 1.00 | 2.0 | 3.00 | 1.9296636 | 0.7459137 | NA | NA | ▆▁▇▁▅ |
| sleep1 | My sleep quality was: | haven_labelled | NA | 1. Very poor, 2. Poor, 3. Fair, 4. Good, 5. Very good |
NA | 0 | 1.0000000 | NA | NA | NA | 2 | 5.0 | 6 | 4.4556575 | 0.8272711 | NA | 5 | ▁▂▁▆▁▇▁▁ |
| sleep2 | My sleep was refreshing. | haven_labelled | NA | 1. Not at all, 2. A little bit, 3. Somewhat, 4. Quite a bit, 5. Very much |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 3.0 | 5 | 3.2691131 | 0.9173148 | NA | 5 | ▁▃▁▇▁▇▁▁ |
| sleep3 | I had a problem with my sleep. | haven_labelled | NA | 1. Not at all, 2. A little bit, 3. Somewhat, 4. Quite a bit, 5. Very much |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.1773700 | 1.0386880 | NA | 5 | ▆▇▁▅▁▂▁▁ |
| sleep4 | I had difficulty falling asleep. | haven_labelled | NA | 1. Not at all, 2. A little bit, 3. Somewhat, 4. Quite a bit, 5. Very much |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 5 | 2.0519878 | 1.0798151 | NA | 5 | ▇▇▁▃▁▂▁▁ |
| narcissism | To what extent do you agree with the statement: I am a narcissist. | haven_labelled | NA | 1. Not very true of me, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. Very true of me |
NA | 0 | 1.0000000 | NA | NA | NA | 1 | 2.0 | 7 | 2.6360856 | 1.3126265 | NA | 7 | ▅▇▅▃▁▂▁▁ |
| stress1 | How often have you been upset because of something that happened unexpectedly? | haven_labelled | NA | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 2.0 | 4 | 1.7706422 | 0.8576580 | NA | 5 | ▁▅▁▇▁▃▁▁ |
| stress2 | How often have you felt unable to control the important things in your life? | haven_labelled | NA | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 2.0 | 4 | 1.6758410 | 0.9714311 | NA | 5 | ▂▆▁▇▁▃▁▁ |
| stress3 | How often have you felt nervous or stressed? | haven_labelled | NA | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 3.0 | 4 | 2.5993884 | 0.9504921 | NA | 5 | ▁▂▁▇▁▇▁▅ |
| stress4R | How often have you felt confident about your ability to handle personal problems? | haven_labelled | NA | 4. Never, 3. Almost never, 2. Sometimes, 1. Fairly often, 0. Very often |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 4 | 1.3180428 | 0.8269308 | NA | 5 | ▃▇▁▆▁▁▁▁ |
| stress5R | How often have you felt that things were going your way? | haven_labelled | NA | 4. Never, 3. Almost never, 2. Sometimes, 1. Fairly often, 0. Very often |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 2.0 | 4 | 1.5718654 | 0.8253298 | NA | 5 | ▂▆▁▇▁▂▁▁ |
| stress6 | How often have you found that you couldn’t cope with all the things you had to do? | haven_labelled | NA | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 2.0 | 4 | 1.7064220 | 1.0535021 | NA | 5 | ▃▇▁▇▁▅▁▁ |
| stress7R | How often have you been able to control irritations in your life? | haven_labelled | NA | 4. Never, 3. Almost never, 2. Sometimes, 1. Fairly often, 0. Very often |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 4 | 1.4740061 | 0.9092724 | NA | 5 | ▂▇▁▆▁▂▁▁ |
| stress8R | How often have you felt that you were on top of things? | haven_labelled | NA | 4. Never, 3. Almost never, 2. Sometimes, 1. Fairly often, 0. Very often |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 4 | 1.5076453 | 0.8891488 | NA | 5 | ▂▇▁▇▁▂▁▁ |
| stress9 | How often have you been angry because of things that happened that were outside of your control? | haven_labelled | NA | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 2.0 | 4 | 1.7370031 | 1.0082212 | NA | 5 | ▂▅▁▇▁▃▁▁ |
| stress10 | How often have you felt that difficulties were piling up so high that you could not overcome them? | haven_labelled | NA | 0. Never, 1. Almost never, 2. Sometimes, 3. Fairly often, 4. Very often |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 4 | 1.5076453 | 1.1346885 | NA | 5 | ▆▇▁▇▁▃▁▂ |
| CESD1 | I was bothered by things that don’t usually bother me. | haven_labelled | NA | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 3 | 0.9051988 | 0.7794547 | NA | 4 | ▆▁▇▁▁▃▁▁ |
| CESD2 | I had trouble keeping my mind on what I was doing. | haven_labelled | NA | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 3 | 1.2201835 | 0.9531137 | NA | 4 | ▆▁▇▁▁▇▁▂ |
| CESD3 | I felt depressed. | haven_labelled | NA | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 0.0 | 3 | 0.7033639 | 0.8584233 | NA | 4 | ▇▁▅▁▁▂▁▁ |
| CESD4 | I felt that everything I did was an effort. | haven_labelled | NA | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 3 | 0.9633028 | 0.9260372 | NA | 4 | ▇▁▇▁▁▃▁▂ |
| CESD5R | I felt hopeful about the future. | haven_labelled | NA | 3. Rarely or none of the time, 2. Some or a little of the time, 1. Occasionally or a moderate amount of time, 0. Most or all of the time |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 3 | 0.9051988 | 0.9101695 | NA | 4 | ▇▁▇▁▁▂▁▂ |
| CESD6 | I felt fearful. | haven_labelled | NA | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 3 | 0.7492355 | 0.8676838 | NA | 4 | ▇▁▅▁▁▃▁▁ |
| CESD7 | My sleep was restless. | haven_labelled | NA | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 3 | 0.9388379 | 0.9313503 | NA | 4 | ▇▁▇▁▁▃▁▂ |
| CESD8R | I was happy. | haven_labelled | NA | 3. Rarely or none of the time, 2. Some or a little of the time, 1. Occasionally or a moderate amount of time, 0. Most or all of the time |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 3 | 0.6819572 | 0.6574807 | NA | 4 | ▇▁▇▁▁▂▁▁ |
| CESD9 | I felt lonely. | haven_labelled | NA | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 3 | 0.7247706 | 0.8385449 | NA | 4 | ▇▁▆▁▁▂▁▁ |
| CESD10 | I could not “get going”. | haven_labelled | NA | 0. Rarely or none of the time, 1. Some or a little of the time, 2. Occasionally or a moderate amount of time, 3. Most or all of the time |
NA | 0 | 1.0000000 | NA | NA | NA | 0 | 1.0 | 3 | 0.7584098 | 0.8470707 | NA | 4 | ▇▁▆▁▁▂▁▁ |
| raw_exercise1 | STRENUOUS EXERCISE - Average times per week during the past month (for more than 15 minutes at once): | character | NA | NA | NA | 0 | 1.0000000 | 12 | 0 | NA | 1 | NA | 2 | NA | NA | 0 | NA | NA |
| raw_exercise2 | MODERATE EXERCISE - Average times per week during the past month (for more than 15 minutes at once): | character | NA | NA | NA | 0 | 1.0000000 | 17 | 0 | NA | 1 | NA | 3 | NA | NA | 0 | NA | NA |
| raw_exercise3 | MILD EXERCISE - Average times per week during the past month (for more than 15 minutes at once): | character | NA | NA | NA | 0 | 1.0000000 | 18 | 0 | NA | 1 | NA | 3 | NA | NA | 0 | NA | NA |
| raw_exercise4 | During the last 4 weeks, in your leisure time, how often did you engage in any regular activity long enough to work up a sweat (heart beats rapidly)? | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 1.00 | 2.0 | 3.00 | 1.9296636 | 0.7459137 | NA | NA | ▆▁▇▁▅ |
| PROMIS_isolation_sum | 8 PROMIS_isolation items aggregated by rowSums | numeric | NA | NA | PROMIS_isolation1, PROMIS_isolation2, PROMIS_isolation3, PROMIS_isolation4, PROMIS_isolation5, PROMIS_isolation6, PROMIS_isolation7, PROMIS_isolation8 | 0 | 1.0000000 | NA | NA | NA | 8.00 | 16.0 | 32.00 | 16.5871560 | 4.9708556 | NA | NA | ▆▇▆▂▁ |
| PROMIS_emotional_sum | 8 PROMIS_emotional items aggregated by rowSums | numeric | NA | NA | PROMIS_emotional1, PROMIS_emotional2, PROMIS_emotional3, PROMIS_emotional4, PROMIS_emotional5, PROMIS_emotional6, PROMIS_emotional7, PROMIS_emotional8 | 0 | 1.0000000 | NA | NA | NA | 16.00 | 38.0 | 40.00 | 36.1437309 | 4.5658927 | NA | NA | ▁▁▁▃▇ |
| PROMIS_informational_sum | 8 PROMIS_informational items aggregated by rowSums | numeric | NA | NA | PROMIS_informational1, PROMIS_informational2, PROMIS_informational3, PROMIS_informational4, PROMIS_informational5, PROMIS_informational6, PROMIS_informational7, PROMIS_informational8 | 0 | 1.0000000 | NA | NA | NA | 16.00 | 35.0 | 40.00 | 34.2446483 | 5.1159645 | NA | NA | ▁▁▃▅▇ |
| couples_satisfaction_mean | 4 couples_satisfaction items aggregated by rowMeans | numeric | NA | NA | couples_satisfaction1, couples_satisfaction2, couples_satisfaction3, couples_satisfaction4 | 0 | 1.0000000 | NA | NA | NA | 0.75 | 5.0 | 6.00 | 4.6353211 | 1.0756644 | NA | NA | ▁▁▂▅▇ |
| partner_resp_mean | 3 partner_resp items aggregated by rowMeans | numeric | NA | NA | partner_resp1, partner_resp2, partner_resp3 | 0 | 1.0000000 | NA | NA | NA | 1.00 | 4.7 | 5.00 | 4.3863405 | 0.7770855 | NA | NA | ▁▁▁▂▇ |
| conflict_mean | 3 conflict items aggregated by rowMeans | numeric | NA | NA | conflict1, conflict2, conflict3 | 0 | 1.0000000 | NA | NA | NA | 1.00 | 1.7 | 6.33 | 1.9143731 | 0.9891060 | NA | NA | ▇▂▁▁▁ |
| ostracism_mean | 10 ostracism items aggregated by rowMeans | numeric | NA | NA | ostracism1, ostracism2, ostracism3, ostracism4, ostracism5, ostracism6R, ostracism7R, ostracism8R, ostracism9R, ostracism10R | 0 | 1.0000000 | NA | NA | NA | 1.00 | 1.5 | 3.60 | 1.6507645 | 0.5398742 | NA | NA | ▇▅▂▁▁ |
| abuse_psychological_mean | 2 abuse_p items aggregated by rowMeans | numeric | NA | NA | abuse_physical1, abuse_psychological12 | 0 | 1.0000000 | NA | NA | NA | 1.00 | 1.0 | 3.00 | 1.0229358 | 0.1420488 | NA | NA | ▇▁▁▁▁ |
| abuse_physical_mean | 11 abuse_physical items aggregated by rowMeans | numeric | NA | NA | abuse_physical1, abuse_physical2, abuse_physical3, abuse_physical4, abuse_physical5, abuse_physical6, abuse_physical7, abuse_physical8, abuse_physical9, abuse_physical10, abuse_physical11 | 0 | 1.0000000 | NA | NA | NA | 1.00 | 1.0 | 1.82 | 1.0278009 | 0.0941178 | NA | NA | ▇▁▁▁▁ |
| control_economic_mean | 4 control_economic items aggregated by rowMeans | numeric | NA | NA | control_economic1, control_economic2, control_economic3, control_economic4 | 0 | 1.0000000 | NA | NA | NA | 0.00 | 0.0 | 2.25 | 0.1972477 | 0.2756894 | NA | NA | ▇▂▁▁▁ |
| control_threats_mean | 4 control_threats items aggregated by rowMeans | numeric | NA | NA | control_threats1, control_threats2, control_threats3, control_threats4 | 0 | 1.0000000 | NA | NA | NA | 0.00 | 0.0 | 0.75 | 0.0428135 | 0.1194390 | NA | NA | ▇▁▁▁▁ |
| control_intimidation_mean | 5 control_intimidation items aggregated by rowMeans | numeric | NA | NA | control_intimidation1, control_intimidation2, control_intimidation3, control_intimidation4, control_intimidation5 | 0 | 1.0000000 | NA | NA | NA | 0.00 | 0.0 | 0.80 | 0.0477064 | 0.1230465 | NA | NA | ▇▁▁▁▁ |
| control_emotional_mean | 5 control_emotional items aggregated by rowMeans | numeric | NA | NA | control_emotional1, control_emotional2, control_emotional3, control_emotional4, control_emotional5 | 0 | 1.0000000 | NA | NA | NA | 0.00 | 0.0 | 1.00 | 0.0807339 | 0.1545687 | NA | NA | ▇▁▁▁▁ |
| control_isolation_mean | 6 control_isolation items aggregated by rowMeans | numeric | NA | NA | control_isolation1, control_isolation2, control_isolation3, control_isolation4, control_isolation5, control_isolation6 | 0 | 1.0000000 | NA | NA | NA | 0.00 | 0.0 | 2.33 | 0.2247706 | 0.3783797 | NA | NA | ▇▁▁▁▁ |
| craving_intent | 3 food_craving items aggregated by rowMeans | numeric | NA | NA | food_craving5, food_craving10, food_craving13 | 0 | 1.0000000 | NA | NA | NA | 1.00 | 2.7 | 5.00 | 2.7359837 | 1.1153419 | NA | NA | ▆▅▇▆▂ |
| craving_control | 6 food_craving items aggregated by rowMeans | numeric | NA | NA | food_craving2, food_craving3, food_craving12, food_craving14, food_craving15, food_craving18 | 0 | 1.0000000 | NA | NA | NA | 1.00 | 1.8 | 5.00 | 2.0407747 | 0.9389342 | NA | NA | ▇▅▂▂▁ |
| craving_thoughts | 7 food_craving items aggregated by rowMeans | numeric | NA | NA | food_craving6, food_craving8, food_craving16, food_craving17, food_craving20, food_craving21, food_craving22 | 0 | 1.0000000 | NA | NA | NA | 1.00 | 2.1 | 4.86 | 2.2145042 | 0.8777735 | NA | NA | ▇▇▅▂▁ |
| craving_emotions | 4 food_craving items aggregated by rowMeans | numeric | NA | NA | food_craving11, food_craving19, food_craving23, food_craving27 | 0 | 1.0000000 | NA | NA | NA | 1.00 | 3.0 | 4.75 | 3.0825688 | 0.7152387 | NA | NA | ▁▆▇▆▂ |
| craving_cues | 4 food_craving items aggregated by rowMeans | numeric | NA | NA | food_craving1, food_craving24, food_craving25, food_craving26 | 0 | 1.0000000 | NA | NA | NA | 1.00 | 2.8 | 5.00 | 2.8883792 | 0.9042348 | NA | NA | ▅▆▇▇▂ |
| craving_guilt | 3 food_craving items aggregated by rowMeans | numeric | NA | NA | food_craving4, food_craving7, food_craving9 | 0 | 1.0000000 | NA | NA | NA | 1.00 | 2.0 | 5.00 | 2.2446483 | 1.1299138 | NA | NA | ▇▅▃▂▁ |
| dietary_support_mean | 9 dietary_support items aggregated by rowMeans | numeric | NA | NA | dietary_support1, dietary_support2, dietary_support3, dietary_support4, dietary_support5, dietary_support8, dietary_support9, dietary_support6R, dietary_support7R | 0 | 1.0000000 | NA | NA | NA | 1.11 | 2.2 | 4.56 | 2.4593952 | 0.7266286 | NA | NA | ▃▇▅▂▁ |
| exercise_godin | NA | numeric | NA | NA | NA | 1 | 0.9969419 | NA | NA | NA | 0.00 | 44.0 | 440.00 | 52.9386503 | 43.8171295 | NA | NA | ▇▁▁▁▁ |
| sleep_mean | NA | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 6.00 | 12.0 | 17.00 | 11.9541284 | 1.5843482 | NA | NA | ▁▂▇▆▁ |
| CESD_sum | 10 CESD items aggregated by rowMeans | numeric | NA | NA | CESD1, CESD2, CESD3, CESD4, CESD6, CESD7, CESD9, CESD10, CESD5R, CESD8R | 0 | 1.0000000 | NA | NA | NA | 0.00 | 0.7 | 2.60 | 0.8550459 | 0.5443214 | NA | NA | ▇▇▅▂▁ |
| stress_mean | 10 stress items aggregated by rowMeans | numeric | NA | NA | stress1, stress2, stress3, stress6, stress9, stress10, stress4R, stress5R, stress7R, stress8R | 0 | 1.0000000 | NA | NA | NA | 0.00 | 1.7 | 3.70 | 1.6868502 | 0.6379450 | NA | NA | ▁▆▇▂▁ |
The following JSON-LD can be found by search engines, if you share this codebook publicly on the web.
{
"name": "codebook_data",
"datePublished": "2021-01-19",
"description": "The dataset has N=327 rows and 205 columns.\n0 rows have no missing values on any column.\n\n\n## Table of variables\nThis table contains variable names, labels, and number of missing values.\nSee the complete codebook for more.\n\n[truncated]\n\n### Note\nThis dataset was automatically described using the [codebook R package](https://rubenarslan.github.io/codebook/) (version 0.9.2).",
"keywords": ["StartDate", "EndDate", "id", "visit", "gender", "age", "race", "hispanic", "ladder", "same", "ex", "new", "heart", "valence", "PROMIS_isolation1", "PROMIS_isolation2", "PROMIS_isolation3", "PROMIS_isolation4", "PROMIS_isolation5", "PROMIS_isolation6", "PROMIS_isolation7", "PROMIS_isolation8", "PROMIS_emotional1", "PROMIS_emotional2", "PROMIS_emotional3", "PROMIS_emotional4", "PROMIS_emotional5", "PROMIS_emotional6", "PROMIS_emotional7", "PROMIS_emotional8", "PROMIS_informational1", "PROMIS_informational2", "PROMIS_informational3", "PROMIS_informational4", "PROMIS_informational5", "PROMIS_informational6", "PROMIS_informational7", "PROMIS_informational8", "couples_satisfaction1", "couples_satisfaction2", "couples_satisfaction3", "couples_satisfaction4", "couples_satisfaction_EX1", "couples_satisfaction_EX2", "couples_satisfaction_EX3", "couples_satisfaction_EX4", "IOS", "partner_resp1", "partner_resp2", "partner_resp3", "conflict1", "conflict2", "conflict3", "ostracism1", "ostracism2", "ostracism3", "ostracism4", "ostracism5", "ostracism6R", "ostracism7R", "ostracism8R", "ostracism9R", "ostracism10R", "abuse_psychological1", "abuse_psychological2", "abuse_psychological3", "abuse_psychological4", "abuse_psychological5", "abuse_psychological6", "abuse_psychological7", "abuse_psychological8", "abuse_psychological9", "abuse_psychological10", "abuse_psychological11", "abuse_psychological12", "abuse_physical1", "abuse_physical2", "abuse_physical3", "abuse_physical4", "abuse_physical5", "abuse_physical6", "abuse_physical7", "abuse_physical8", "abuse_physical9", "abuse_physical10", "abuse_physical11", "control_economic1", "control_economic2", "control_economic3", "control_economic4", "control_threats1", "control_threats2", "control_threats3", "control_threats4", "control_intimidation1", "control_intimidation2", "control_intimidation3", "control_intimidation4", "control_intimidation5", "control_emotional1", "control_emotional2", "control_emotional3", "control_emotional4", "control_emotional5", "control_isolation1", "control_isolation2", "control_isolation3", "control_isolation4", "control_isolation5", "control_isolation6", "food_craving1", "food_craving2", "food_craving3", "food_craving4", "food_craving5", "food_craving6", "food_craving7", "food_craving8", "food_craving9", "food_craving10", "food_craving11", "food_craving12", "food_craving13", "food_craving14", "food_craving15", "food_craving16", "food_craving17", "food_craving18", "food_craving19", "food_craving20", "food_craving21", "food_craving22", "food_craving23", "food_craving24", "food_craving25", "food_craving26", "food_craving27", "dietary_support1", "dietary_support2", "dietary_support3", "dietary_support4", "dietary_support5", "dietary_support6R", "dietary_support7R", "dietary_support8", "dietary_support9", "body_image", "exercise1", "exercise2", "exercise3", "exercise4", "sleep1", "sleep2", "sleep3", "sleep4", "narcissism", "stress1", "stress2", "stress3", "stress4R", "stress5R", "stress6", "stress7R", "stress8R", "stress9", "stress10", "CESD1", "CESD2", "CESD3", "CESD4", "CESD5R", "CESD6", "CESD7", "CESD8R", "CESD9", "CESD10", "raw_exercise1", "raw_exercise2", "raw_exercise3", "raw_exercise4", "PROMIS_isolation_sum", "PROMIS_emotional_sum", "PROMIS_informational_sum", "couples_satisfaction_mean", "partner_resp_mean", "conflict_mean", "ostracism_mean", "abuse_psychological_mean", "abuse_physical_mean", "control_economic_mean", "control_threats_mean", "control_intimidation_mean", "control_emotional_mean", "control_isolation_mean", "craving_intent", "craving_control", "craving_thoughts", "craving_emotions", "craving_cues", "craving_guilt", "dietary_support_mean", "exercise_godin", "sleep_mean", "CESD_sum", "stress_mean"],
"@context": "http://schema.org/",
"@type": "Dataset",
"variableMeasured": [
{
"name": "StartDate",
"description": "Start Date",
"@type": "propertyValue"
},
{
"name": "EndDate",
"description": "End Date",
"@type": "propertyValue"
},
{
"name": "id",
"description": "Participant ID",
"@type": "propertyValue"
},
{
"name": "visit",
"description": "Visit Number",
"@type": "propertyValue"
},
{
"name": "gender",
"description": "Gender",
"value": "1. Male,\n2. Female",
"@type": "propertyValue"
},
{
"name": "age",
"description": "Age",
"@type": "propertyValue"
},
{
"name": "race",
"description": "Race",
"value": "1. American Indian,\n2. White/Caucasian,\n3. Other (specify),\n4. African-American,\n5. Asian/Pacific Islander",
"@type": "propertyValue"
},
{
"name": "hispanic",
"description": "Hispanic",
"@type": "propertyValue"
},
{
"name": "ladder",
"description": "MacArthur Scale of Subjective Social Status",
"@type": "propertyValue"
},
{
"name": "same",
"description": "Still exclusively dating the same person from visit 1",
"@type": "propertyValue"
},
{
"name": "ex",
"description": "Not currently dating with anyone right now",
"@type": "propertyValue"
},
{
"name": "new",
"description": "Dating with a different person from visit 1",
"@type": "propertyValue"
},
{
"name": "heart",
"description": "Heart Manikin",
"value": "1. lonely, rejected, isolated, disconnected,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. 9,\n10. cared for, accepted, loved, connected",
"maxValue": 10,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "valence",
"description": "Valence Self-Assessment Manikin",
"value": "1. unhappy, annoyed, unsatisfied, bored,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. 9,\n10. happy, pleased, satisfied, hopeful",
"maxValue": 10,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_isolation1",
"description": "I felt left out.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_isolation2",
"description": "I felt that people barely know me.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_isolation3",
"description": "I felt isolated from others.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_isolation4",
"description": "I felt that people were around me but not with me.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_isolation5",
"description": "I felt isolated even when I was not alone.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_isolation6",
"description": "I felt that people avoided talking to me.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_isolation7",
"description": "I felt detached from other people.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_isolation8",
"description": "I felt like a stranger to those around me.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_emotional1",
"description": "I had someone who listened to me when I needed to talk.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_emotional2",
"description": "I had someone to confide in or talk to about about myself or my problems.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_emotional3",
"description": "I had someone who made me feel appreciated.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_emotional4",
"description": "I had someone to talk with when I had a bad day.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_emotional5",
"description": "I had someone who understood my problems.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_emotional6",
"description": "I had someone I trusted to talk with about my feelings.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_emotional7",
"description": "I had someone with whom to share my most private worries and fears.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_emotional8",
"description": "I had someone I trusted to talk with about my problems.",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_informational1",
"description": "I had someone to give me good advice about a crisis if I needed it",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_informational2",
"description": "I had someone to turn to for suggestions about how to deal with a problem",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_informational3",
"description": "I had someone to give me information if I needed it",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_informational4",
"description": "I got useful advice about important things in life",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_informational5",
"description": "I could get helpful advice from others when dealing with a problem",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_informational6",
"description": "My friends had useful information to help me with my problems",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_informational7",
"description": "I had people I could turn to for help with my problems",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "PROMIS_informational8",
"description": "Other people helped me get information when I had a problem",
"value": "1. Never,\n2. Rarely,\n3. Sometimes,\n4. Usually,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "couples_satisfaction1",
"description": "Please indicate the degree of happiness, all things considered, of your relationship with your romantic partner during the past four weeks.",
"value": "0. Extremely Unhappy,\n1. Fairly Unhappy,\n2. A little Unhappy,\n3. Happy,\n4. Very Happy,\n5. Extremely Happy,\n6. Perfect",
"maxValue": 6,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "couples_satisfaction2",
"description": "I had a warm and comfortable relationship with my partner during the past four weeks",
"value": "0. Extremely Unhappy,\n1. Fairly Unhappy,\n2. A little Unhappy,\n3. Happy,\n4. Very Happy,\n5. Extremely Happy,\n6. Perfect",
"maxValue": 6,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "couples_satisfaction3",
"description": "How rewarding was your relationship with your partner during the past four weeks?",
"value": "0. Extremely Unhappy,\n1. Fairly Unhappy,\n2. A little Unhappy,\n3. Happy,\n4. Very Happy,\n5. Extremely Happy,\n6. Perfect",
"maxValue": 6,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "couples_satisfaction4",
"description": "In general, how satisfied were you with your relationship with your romantic partner during the past four weeks?",
"@type": "propertyValue"
},
{
"name": "couples_satisfaction_EX1",
"description": "Please indicate the degree of happiness, all things considered, of your relationship with your ex-romantic partner during the past four weeks.",
"value": "0. Extremely Unhappy,\n1. Fairly Unhappy,\n2. A little Unhappy,\n3. Happy,\n4. Very Happy,\n5. Extremely Happy,\n6. Perfect",
"maxValue": 6,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "couples_satisfaction_EX2",
"description": "I had a warm and comfortable relationship with my ex-romantic partner during the past four weeks",
"value": "0. Extremely Unhappy,\n1. Fairly Unhappy,\n2. A little Unhappy,\n3. Happy,\n4. Very Happy,\n5. Extremely Happy,\n6. Perfect",
"maxValue": 6,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "couples_satisfaction_EX3",
"description": "How rewarding was your relationship with your ex-romantic partner during the past four weeks?",
"value": "0. Extremely Unhappy,\n1. Fairly Unhappy,\n2. A little Unhappy,\n3. Happy,\n4. Very Happy,\n5. Extremely Happy,\n6. Perfect",
"maxValue": 6,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "couples_satisfaction_EX4",
"description": "In general, how satisfied were you with your relationship with your ex-romantic partner during the past four weeks?",
"@type": "propertyValue"
},
{
"name": "IOS",
"description": "Please choose the picture above that best describes your relationship with your partner.",
"@type": "propertyValue"
},
{
"name": "partner_resp1",
"description": "My romantic partner understood me",
"value": "0. Extremely Unhappy,\n1. Fairly Unhappy,\n2. A little Unhappy,\n3. Happy,\n4. Very Happy,\n5. Extremely Happy,\n6. Perfect",
"maxValue": 6,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "partner_resp2",
"description": "My romantic partner made me feel like he/she valued my abilities and opinions",
"value": "0. Extremely Unhappy,\n1. Fairly Unhappy,\n2. A little Unhappy,\n3. Happy,\n4. Very Happy,\n5. Extremely Happy,\n6. Perfect",
"maxValue": 6,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "partner_resp3",
"description": "My romantic partner made me feel cared for",
"value": "0. Extremely Unhappy,\n1. Fairly Unhappy,\n2. A little Unhappy,\n3. Happy,\n4. Very Happy,\n5. Extremely Happy,\n6. Perfect",
"maxValue": 6,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "conflict1",
"description": "How often did you and your partner have arguments or disagreements?",
"value": "1. Never,\n2. 2,\n3. 3,\n4. Sometimes,\n5. 5,\n6. 6,\n7. Regularly",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "conflict2",
"description": "How often did you and your partner have arguments or disagreements that were serious enough to negatively affect your relationship?",
"value": "1. Never,\n2. 2,\n3. 3,\n4. Sometimes,\n5. 5,\n6. 6,\n7. Regularly",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "conflict3",
"description": "How often did you and your partner have unresolved conflicts or disagreements?",
"value": "1. Never,\n2. 2,\n3. 3,\n4. Sometimes,\n5. 5,\n6. 6,\n7. Regularly",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "ostracism1",
"description": "Treated me as if I was invisible",
"value": "1. Never,\n2. 2,\n3. 3,\n4. 4,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "ostracism2",
"description": "Looked through me as if I did not exist",
"value": "1. Never,\n2. 2,\n3. 3,\n4. 4,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "ostracism3",
"description": "Ignored my presence when others were around",
"value": "1. Never,\n2. 2,\n3. 3,\n4. 4,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "ostracism4",
"description": "Ignored me during conversation",
"value": "1. Never,\n2. 2,\n3. 3,\n4. 4,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "ostracism5",
"description": "Ignored me in other situations",
"value": "1. Never,\n2. 2,\n3. 3,\n4. 4,\n5. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "ostracism6R",
"description": "Spent time with me at home",
"value": "5. Never,\n4. 2,\n3. 3,\n2. 4,\n1. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "ostracism7R",
"description": "Spent time with me outside of my home",
"value": "5. Never,\n4. 2,\n3. 3,\n2. 4,\n1. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "ostracism8R",
"description": "Included me in his/her plans with close friends or family",
"value": "5. Never,\n4. 2,\n3. 3,\n2. 4,\n1. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "ostracism9R",
"description": "Made an effort to get my attention",
"value": "5. Never,\n4. 2,\n3. 3,\n2. 4,\n1. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "ostracism10R",
"description": "Invited me to join him/her for weekend, hobbies, or events",
"value": "5. Never,\n4. 2,\n3. 3,\n2. 4,\n1. Always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological1",
"description": "Call your romantic partner a name and/or criticized him/her",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological2",
"description": "Give your romantic partner angry stares or looks",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological3",
"description": "Put down your romantic partner’s family and friends",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological4",
"description": "Try to keep your romantic partner from doing something he/she wanted to do (e.g., going out with friends, going to meetings)",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological5",
"description": "End a discussion with your romantic partner and made the decision yourself",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological6",
"description": "Accuse your romantic partner of paying too much attention to someone or something else",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological7",
"description": "Check up on your romantic partner (e.g., listened to your romantic partner’s phone calls, checked the mileage on your romantic partner’s car, called your romantic partner repeatedly at work)",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological8",
"description": "Tell your romantic partner that he/she was a bad person",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological9",
"description": "Say things to scare your romantic partner",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological10",
"description": "Prevent your romantic partner from having money for his/her own use",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological11",
"description": "Make your romantic partner do something humiliating or degrading",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_psychological12",
"description": "Threaten to hit or throw something at your romantic partner",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_physical1",
"description": "Throw, hit, kick, or smash something",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_physical2",
"description": "Threaten your romantic partner with a knife, gun, or other weapon",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_physical3",
"description": "Push, grab, or shove your romantic partner",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_physical4",
"description": "Slap, hit, or punch your romantic partner",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_physical5",
"description": "Throw your romantic partner around",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_physical6",
"description": "Choke or strangle your romantic partner",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_physical7",
"description": "Kick your romantic partner",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_physical8",
"description": "Use a knife, gun, or other weapon against your romantic partner",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_physical9",
"description": "Drive recklessly when your romantic partner was in the car",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_physical10",
"description": "Spank your romantic partner",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "abuse_physical11",
"description": "Stop your romantic partner or try to stopped him/her from going to work or school",
"value": "1. Never,\n2. Rarly,\n3. Sometimes,\n4. Often,\n5. Very Often",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "control_economic1",
"description": "Make it difficult for your partner to work or study",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_economic2",
"description": "Control your partner’s money",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_economic3",
"description": "Keep your own money matters secret",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_economic4",
"description": "Refuse to share money/pay fair share",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_threats1",
"description": "Threaten to harm your romantic partner",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_threats2",
"description": "Threaten to leave your romantic relationship",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_threats3",
"description": "Threaten to harm yourself",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_threats4",
"description": "Threaten to disclose damaging or embarrassing information",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_intimidation1",
"description": "Try to make your partner do things they didn’t want to",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_intimidation2",
"description": "Use nasty looks and gestures to make your partner feel bad or silly",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_intimidation3",
"description": "Smash your partner’s property when annoyed/angry",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_intimidation4",
"description": "Be nasty or rude to your partner’s friends or family",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_intimidation5",
"description": "Vent your anger on your partner’s pets",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_emotional1",
"description": "Try to put your partner down when he/she was getting ‘too big for their boots’",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_emotional2",
"description": "Show your partner up in public",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_emotional3",
"description": "Tell your partner they were going mad",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_emotional4",
"description": "Tell your partner they were lying or confused",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_emotional5",
"description": "Call your partner unpleasant names",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_isolation1",
"description": "Try to restrict time your partner spent with family or friends",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_isolation2",
"description": "Want to know where your partner went and who they spoke to when not together with you",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_isolation3",
"description": "Try to limit the amount of activities outside the relationship your partner engaged in",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_isolation4",
"description": "Act suspicious and jealous of your partner",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_isolation5",
"description": "Check up on your partner’s movements",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "control_isolation6",
"description": "Try to make your partner feel jealous",
"value": "0. Never,\n1. Rarly,\n2. Sometimes,\n3. Often,\n4. Always",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "food_craving1",
"description": "Being with someone who was eating often made me hungry",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving2",
"description": "When I craved something, I knew I wouldn't be able to stop eating once I started",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving3",
"description": "If I ate what I was craving, I often lost control and atetoo much",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving4",
"description": "I hated it when I gave in to cravings",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving5",
"description": "Food cravings invariably made me think of ways to get what I wanted to eat",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving6",
"description": "I felt like I had food on my mind all the time",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving7",
"description": "I often felt guilty for craving certain foods",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving8",
"description": "I found myself preoccupied with food",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving9",
"description": "When I ate what I was craving I felt guilty about myself",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving10",
"description": "Whenever I had cravings, I found myself making plans to eat",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving11",
"description": "I craved foods when I felt bored, angry, or sad",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving12",
"description": "If I got what I was craving. I couldn't stop myself from eating it",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving13",
"description": "When I craved certain foods, I usually tried to eat them as soon as I could",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving14",
"description": "I had no will power to resist my food cravings",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving15",
"description": "Once I started eating, I had trouble stopping",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving16",
"description": "I couldn't stop thinking about eating no matter how hard I tried",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving17",
"description": "I spent a lot of time thinking about whatever it was I would eat next",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving18",
"description": "If I gave in to a food craving, all control was lost",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving19",
"description": "When I was stressed out, I craved food",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving20",
"description": "I daydreamed about food",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving21",
"description": "Whenever I had a food craving, I kept on thinking about eating until I actually ate the food",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving22",
"description": "If I was craving something, thoughts of eating it consumed me",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving23",
"description": "My emotions often made me want to eat",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving24",
"description": "Whenever I went to a buffet, I ended up eating more than what I needed",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving25",
"description": "It was hard for me to resist the temptation to eat appetizing foods that were in my reach",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving26",
"description": "When I was with someone who was overeating, I usually overate too",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "food_craving27",
"description": "I craved foods when I was upset",
"value": "1. Strongly disagree,\n2. Disagree,\n3. Neutral,\n4. Agree,\n5. Strongly agree",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dietary_support1",
"description": "Complimented me on my eating habits",
"value": "1. Never or almost never,\n2. 2,\n3. 3,\n4. 4,\n5. Almost always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dietary_support2",
"description": "Ate healthy or low-fat foods with me",
"value": "1. Never or almost never,\n2. 2,\n3. 3,\n4. 4,\n5. Almost always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dietary_support3",
"description": "Encouraged me not to eat unhealthy or high-fat foods when I was tempted to do so",
"value": "1. Never or almost never,\n2. 2,\n3. 3,\n4. 4,\n5. Almost always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dietary_support4",
"description": "Refused to eat healthy or low-fat foods with me",
"value": "1. Never or almost never,\n2. 2,\n3. 3,\n4. 4,\n5. Almost always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dietary_support5",
"description": "Reminded me not to eat unhealthy or high-fat foods",
"value": "1. Never or almost never,\n2. 2,\n3. 3,\n4. 4,\n5. Almost always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dietary_support6R",
"description": "Offered me unhealthy or high-fat foods",
"value": "5. Never or almost never,\n4. 2,\n3. 3,\n2. 4,\n1. Almost always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dietary_support7R",
"description": "Ate high-fat or unhealthy foods in front of me",
"value": "5. Never or almost never,\n4. 2,\n3. 3,\n2. 4,\n1. Almost always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dietary_support8",
"description": "Reminded me to eat healthy or low-fat foods",
"value": "1. Never or almost never,\n2. 2,\n3. 3,\n4. 4,\n5. Almost always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dietary_support9",
"description": "Offered to eat healthy foods with me",
"value": "1. Never or almost never,\n2. 2,\n3. 3,\n4. 4,\n5. Almost always",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "body_image",
"description": "Which of the pictures below best represents you?",
"value": "1. BMI 17,\n2. BMI 19,\n3. BMI 22,\n4. BMI 24,\n5. BMI 26,\n6. BMI 29,\n7. BMI 33,\n8. BMI 37,\n9. BMI 40",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "exercise1",
"@type": "propertyValue"
},
{
"name": "exercise2",
"@type": "propertyValue"
},
{
"name": "exercise3",
"@type": "propertyValue"
},
{
"name": "exercise4",
"@type": "propertyValue"
},
{
"name": "sleep1",
"description": "My sleep quality was:",
"value": "1. Very poor,\n2. Poor,\n3. Fair,\n4. Good,\n5. Very good",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "sleep2",
"description": "My sleep was refreshing.",
"value": "1. Not at all,\n2. A little bit,\n3. Somewhat,\n4. Quite a bit,\n5. Very much",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "sleep3",
"description": "I had a problem with my sleep.",
"value": "1. Not at all,\n2. A little bit,\n3. Somewhat,\n4. Quite a bit,\n5. Very much",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "sleep4",
"description": "I had difficulty falling asleep.",
"value": "1. Not at all,\n2. A little bit,\n3. Somewhat,\n4. Quite a bit,\n5. Very much",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "narcissism",
"description": "To what extent do you agree with the statement: I am a narcissist.",
"value": "1. Not very true of me,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. Very true of me",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "stress1",
"description": "How often have you been upset because of something that happened unexpectedly?",
"value": "0. Never,\n1. Almost never,\n2. Sometimes,\n3. Fairly often,\n4. Very often",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "stress2",
"description": "How often have you felt unable to control the important things in your life?",
"value": "0. Never,\n1. Almost never,\n2. Sometimes,\n3. Fairly often,\n4. Very often",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "stress3",
"description": "How often have you felt nervous or stressed?",
"value": "0. Never,\n1. Almost never,\n2. Sometimes,\n3. Fairly often,\n4. Very often",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "stress4R",
"description": "How often have you felt confident about your ability to handle personal problems?",
"value": "4. Never,\n3. Almost never,\n2. Sometimes,\n1. Fairly often,\n0. Very often",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "stress5R",
"description": "How often have you felt that things were going your way?",
"value": "4. Never,\n3. Almost never,\n2. Sometimes,\n1. Fairly often,\n0. Very often",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "stress6",
"description": "How often have you found that you couldn't cope with all the things you had to do?",
"value": "0. Never,\n1. Almost never,\n2. Sometimes,\n3. Fairly often,\n4. Very often",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "stress7R",
"description": "How often have you been able to control irritations in your life?",
"value": "4. Never,\n3. Almost never,\n2. Sometimes,\n1. Fairly often,\n0. Very often",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "stress8R",
"description": "How often have you felt that you were on top of things?",
"value": "4. Never,\n3. Almost never,\n2. Sometimes,\n1. Fairly often,\n0. Very often",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "stress9",
"description": "How often have you been angry because of things that happened that were outside of your control?",
"value": "0. Never,\n1. Almost never,\n2. Sometimes,\n3. Fairly often,\n4. Very often",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "stress10",
"description": "How often have you felt that difficulties were piling up so high that you could not overcome them?",
"value": "0. Never,\n1. Almost never,\n2. Sometimes,\n3. Fairly often,\n4. Very often",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "CESD1",
"description": "I was bothered by things that don't usually bother me.",
"value": "0. Rarely or none of the time,\n1. Some or a little of the time,\n2. Occasionally or a moderate amount of time,\n3. Most or all of the time",
"maxValue": 3,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "CESD2",
"description": "I had trouble keeping my mind on what I was doing.",
"value": "0. Rarely or none of the time,\n1. Some or a little of the time,\n2. Occasionally or a moderate amount of time,\n3. Most or all of the time",
"maxValue": 3,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "CESD3",
"description": "I felt depressed.",
"value": "0. Rarely or none of the time,\n1. Some or a little of the time,\n2. Occasionally or a moderate amount of time,\n3. Most or all of the time",
"maxValue": 3,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "CESD4",
"description": "I felt that everything I did was an effort.",
"value": "0. Rarely or none of the time,\n1. Some or a little of the time,\n2. Occasionally or a moderate amount of time,\n3. Most or all of the time",
"maxValue": 3,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "CESD5R",
"description": "I felt hopeful about the future.",
"value": "3. Rarely or none of the time,\n2. Some or a little of the time,\n1. Occasionally or a moderate amount of time,\n0. Most or all of the time",
"maxValue": 3,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "CESD6",
"description": "I felt fearful.",
"value": "0. Rarely or none of the time,\n1. Some or a little of the time,\n2. Occasionally or a moderate amount of time,\n3. Most or all of the time",
"maxValue": 3,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "CESD7",
"description": "My sleep was restless.",
"value": "0. Rarely or none of the time,\n1. Some or a little of the time,\n2. Occasionally or a moderate amount of time,\n3. Most or all of the time",
"maxValue": 3,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "CESD8R",
"description": "I was happy.",
"value": "3. Rarely or none of the time,\n2. Some or a little of the time,\n1. Occasionally or a moderate amount of time,\n0. Most or all of the time",
"maxValue": 3,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "CESD9",
"description": "I felt lonely.",
"value": "0. Rarely or none of the time,\n1. Some or a little of the time,\n2. Occasionally or a moderate amount of time,\n3. Most or all of the time",
"maxValue": 3,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "CESD10",
"description": "I could not \"get going\".",
"value": "0. Rarely or none of the time,\n1. Some or a little of the time,\n2. Occasionally or a moderate amount of time,\n3. Most or all of the time",
"maxValue": 3,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "raw_exercise1",
"description": "STRENUOUS EXERCISE - Average times per week during the past month (for more than 15 minutes at once):",
"@type": "propertyValue"
},
{
"name": "raw_exercise2",
"description": "MODERATE EXERCISE - Average times per week during the past month (for more than 15 minutes at once):",
"@type": "propertyValue"
},
{
"name": "raw_exercise3",
"description": "MILD EXERCISE - Average times per week during the past month (for more than 15 minutes at once):",
"@type": "propertyValue"
},
{
"name": "raw_exercise4",
"description": "During the last 4 weeks, in your leisure time, how often did you engage in any regular activity long enough to work up a sweat (heart beats rapidly)?",
"@type": "propertyValue"
},
{
"name": "PROMIS_isolation_sum",
"description": "8 PROMIS_isolation items aggregated by rowSums",
"@type": "propertyValue"
},
{
"name": "PROMIS_emotional_sum",
"description": "8 PROMIS_emotional items aggregated by rowSums",
"@type": "propertyValue"
},
{
"name": "PROMIS_informational_sum",
"description": "8 PROMIS_informational items aggregated by rowSums",
"@type": "propertyValue"
},
{
"name": "couples_satisfaction_mean",
"description": "4 couples_satisfaction items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "partner_resp_mean",
"description": "3 partner_resp items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "conflict_mean",
"description": "3 conflict items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "ostracism_mean",
"description": "10 ostracism items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "abuse_psychological_mean",
"description": "2 abuse_p items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "abuse_physical_mean",
"description": "11 abuse_physical items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "control_economic_mean",
"description": "4 control_economic items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "control_threats_mean",
"description": "4 control_threats items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "control_intimidation_mean",
"description": "5 control_intimidation items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "control_emotional_mean",
"description": "5 control_emotional items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "control_isolation_mean",
"description": "6 control_isolation items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "craving_intent",
"description": "3 food_craving items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "craving_control",
"description": "6 food_craving items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "craving_thoughts",
"description": "7 food_craving items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "craving_emotions",
"description": "4 food_craving items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "craving_cues",
"description": "4 food_craving items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "craving_guilt",
"description": "3 food_craving items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "dietary_support_mean",
"description": "9 dietary_support items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "exercise_godin",
"@type": "propertyValue"
},
{
"name": "sleep_mean",
"@type": "propertyValue"
},
{
"name": "CESD_sum",
"description": "10 CESD items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "stress_mean",
"description": "10 stress items aggregated by rowMeans",
"@type": "propertyValue"
}
]
}`